diff options
Diffstat (limited to 'x11/wmmatrix/files/patch-Makefile')
-rw-r--r-- | x11/wmmatrix/files/patch-Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/wmmatrix/files/patch-Makefile b/x11/wmmatrix/files/patch-Makefile deleted file mode 100644 index 15e9328637a6..000000000000 --- a/x11/wmmatrix/files/patch-Makefile +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.orig Tue Aug 17 01:01:58 1999 -+++ Makefile Sat Dec 18 00:11:18 1999 -@@ -1,8 +1,8 @@ --CC = gcc --CFLAGS = -O2 -Wall --INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include --DESTDIR= /usr/X11R6 --LIBDIR = -L/usr/X11R6/lib -+CC ?= gcc -+CFLAGS ?= -O2 -Wall -+INCDIR = -I${LOCALBASE}/include -+DESTDIR= ${LOCALBASE} -+LIBDIR = -L${LOCALBASE}/lib - - # for Linux - LIBS = -lXpm -lX11 -lXext |