x11-misc/set_opacity: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Sat, 18 Feb 2017 15:37:18 +0000 (16:37 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 18 Feb 2017 22:07:56 +0000 (23:07 +0100)
Closes: https://github.com/gentoo/gentoo/pull/4017

x11-misc/set_opacity/files/makefile.patch [deleted file]

diff --git a/x11-misc/set_opacity/files/makefile.patch b/x11-misc/set_opacity/files/makefile.patch
deleted file mode 100644 (file)
index bb21db6..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile   2006-02-09 16:45:52.000000000 +0300
-+++ Makefile   2011-07-18 13:58:58.644703015 +0400
-@@ -1,14 +1,14 @@
- PACKAGES = xcomposite xfixes xdamage xrender
--LIBS=`pkg-config --libs ${PACKAGES}` -lm
--INCS=`pkg-config --cflags ${PACKAGES}`
-+LIBS=$(shell pkg-config --libs $(PACKAGES)) -lm
-+INCS=$(shell pkg-config --cflags $(PACKAGES))
- .c.o:
--      $(CC) $(CFLAGS) $(INCS) -c $*.c
-+      $(CC) $(CFLAGS) $(INCS) -c $< -o $@
- OBJS=set_opacity.o interface.o stack.o
- set_opacity: $(OBJS)
--      $(CC) $(CFLAGS) -g -o $@ $(OBJS) $(LIBS)
-+      $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
- $(OBJS): interface.h stack.h