diff options
Diffstat (limited to 'x11-plugins/wmxres/files/wmxres-makefile.patch')
-rw-r--r-- | x11-plugins/wmxres/files/wmxres-makefile.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-plugins/wmxres/files/wmxres-makefile.patch b/x11-plugins/wmxres/files/wmxres-makefile.patch deleted file mode 100644 index 62ec6cf3face..000000000000 --- a/x11-plugins/wmxres/files/wmxres-makefile.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.orig 2004-08-23 17:25:43.471717952 +0000 -+++ Makefile 2004-08-23 17:27:37.009457592 +0000 -@@ -2,10 +2,11 @@ - LIBDIR = -L/usr/X11R6/lib - LIBS = -lXpm -lXext -lX11 -lXxf86vm - OBJS = wmxres/wmxres.o \ -- wmgeneral/wmgeneral.o \ -+ wmgeneral/wmgeneral.o -+GCFLAGS = - - .c.o: -- cc -g -c -O2 -Wall -D$(shell echo `uname -s`) $< -o $*.o $(INCDIR) -+ cc -g -c -Wall -D$(shell echo `uname -s`) $(GCFLAGS) $< -o $*.o $(INCDIR) - - all: wmxres - |