diff options
Diffstat (limited to 'x11-plugins/wmsystray/files/wmsystray-cflags.patch')
-rw-r--r-- | x11-plugins/wmsystray/files/wmsystray-cflags.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/x11-plugins/wmsystray/files/wmsystray-cflags.patch b/x11-plugins/wmsystray/files/wmsystray-cflags.patch deleted file mode 100644 index 8c31d19342a4..000000000000 --- a/x11-plugins/wmsystray/files/wmsystray-cflags.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- Makefile.orig 2004-06-22 22:14:53.691406496 +0000 -+++ Makefile 2004-06-22 22:15:18.383652704 +0000 -@@ -4,10 +4,11 @@ - INSTALL = /bin/install - INSTALLPROG = ${INSTALL} -m 0755 - INSTALLMAN = ${INSTALL} -m 0644 -+EXTRACFLAGS = - - all: -- make -C xembed xembed.o -- make -C wmsystray -+ make EXTRACFLAGS="${EXTRACFLAGS}" -C xembed xembed.o -+ make EXTRACFLAGS="${EXTRACFLAGS}" -C wmsystray - - clean: - make -C xembed clean ---- xembed/Makefile.orig 2004-03-01 03:54:44.000000000 +0000 -+++ xembed/Makefile 2004-06-22 22:01:44.760342248 +0000 -@@ -1,6 +1,6 @@ - include ../Rules.make - --CFLAGS = -DTRACE_LEVEL=${TRACE_LEVEL} ${X11CFLAGS} -Wall -g -+CFLAGS = -DTRACE_LEVEL=${TRACE_LEVEL} ${X11CFLAGS} -g ${EXTRACFLAGS} - LDFLAGS = ${X11LDFLAGS} - - all: xembed.o ---- wmsystray/Makefile.orig 2004-06-22 22:02:26.062063432 +0000 -+++ wmsystray/Makefile 2004-06-22 22:02:36.822427608 +0000 -@@ -1,7 +1,7 @@ - include ../Rules.make - - CC = gcc --CFLAGS = ${X11CFLAGS} -DTRACE_LEVEL=${TRACE_LEVEL} -I../xembed -Wall -g -+CFLAGS = ${X11CFLAGS} -DTRACE_LEVEL=${TRACE_LEVEL} -I../xembed -g ${EXTRACFLAGS} - LDFLAGS = ${X11LDFLAGS} -lXpm - - OBJS = main.o ui.o systray.o xpms.o |