commit:     5bffe73377246e9cafa3487f212d988b5f746d68
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Sat Feb 18 15:27:03 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 22:07:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bffe733

x11-wm/matwm2: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/4015

 x11-wm/matwm2/files/matwm2-0.0.96-Makefile.patch | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/x11-wm/matwm2/files/matwm2-0.0.96-Makefile.patch 
b/x11-wm/matwm2/files/matwm2-0.0.96-Makefile.patch
deleted file mode 100644
index 16d86a036d..0000000000
--- a/x11-wm/matwm2/files/matwm2-0.0.96-Makefile.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile
-+++ Makefile
-@@ -4,10 +4,8 @@
- CC        = cc
- RM        = rm -f
- 
--CFLAGS    += -I$(XROOT)/include # remove the + for this and the next line if 
make complains about being unable to add to a non-existing macro
--LDFLAGS   += -lX11 -L$(XROOT)/lib
- CFLAGS    += -DSHAPE # comment out this line to disable shape support
--LDFLAGS   += -lXext # if shape support is disabled, this normally is no 
longer necessary and schould probally be commented out too
-+LIBS      += -lXext -lX11 # if shape support is disabled, this normally is no 
longer necessary and schould probally be commented out too
- 
- #CFLAGS    += -DDEBUG -ggdb3 # -DDEBUG_EVENTS -DSYNC # for debugging
- CFLAGS    += -Wall -Wextra -Wno-unused-parameter
-@@ -19,7 +17,7 @@
- all: matwm2
- 
- matwm2: $(OBJFILES) $(HEADERS)
--      $(CC) -o $@ $(OBJFILES) $(LDFLAGS)
-+      $(CC) $(LDFLAGS) -o $@ $(OBJFILES) $(LIBS)
- 
- clean:
-       $(RM) matwm2 *.o

Reply via email to