diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-22 23:00:24 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-22 23:00:24 +0000 |
commit | e938ce249a610187e2e446099d9a663072380013 (patch) | |
tree | e78d643736d0e0d93dbdd251775f2180842e1c65 /x11/wmmatrix/files | |
parent | c22fc511e03e51f5cfad225be53ab5697e86c916 (diff) | |
download | ports-e938ce249a610187e2e446099d9a663072380013.tar.gz ports-e938ce249a610187e2e446099d9a663072380013.zip |
Notes
Diffstat (limited to 'x11/wmmatrix/files')
-rw-r--r-- | x11/wmmatrix/files/patch-aa | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/x11/wmmatrix/files/patch-aa b/x11/wmmatrix/files/patch-aa index 9844ea7e8313..8a0f151d0d80 100644 --- a/x11/wmmatrix/files/patch-aa +++ b/x11/wmmatrix/files/patch-aa @@ -1,14 +1,16 @@ ---- Makefile.orig Mon Aug 16 10:01:58 1999 -+++ Makefile Wed Oct 13 17:20:45 1999 -@@ -1,7 +1,8 @@ +--- 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 -+CFLAGS += -Wall - INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include --DESTDIR= /usr/X11R6 ++INCDIR = -I${X11BASE}/include +DESTDIR= ${PREFIX} - LIBDIR = -L/usr/X11R6/lib ++LIBDIR = -L${X11BASE}/lib # for Linux + LIBS = -lXpm -lX11 -lXext |