diff options
author | hubertf <hubertf> | 1998-03-24 11:00:12 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-03-24 11:00:12 +0000 |
commit | 0070011d8563ab3d2a78e910e6d3ca9d4a5d3428 (patch) | |
tree | 4723fde0fb83d2935f28a9790667465e3b9b8373 /x11/filerunner/patches | |
parent | 175d54b37ee23da68f09297806b7b6d0bd2439b6 (diff) | |
download | pkgsrc-0070011d8563ab3d2a78e910e6d3ca9d4a5d3428.tar.gz |
Update to V2.4.2, fixing PR 5190 by Lennart Augustsson.
Diffstat (limited to 'x11/filerunner/patches')
-rw-r--r-- | x11/filerunner/patches/patch-aa | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/x11/filerunner/patches/patch-aa b/x11/filerunner/patches/patch-aa index 9abf8ffc307..75a7c96b4b8 100644 --- a/x11/filerunner/patches/patch-aa +++ b/x11/filerunner/patches/patch-aa @@ -1,18 +1,13 @@ ---- Makefile.orig Sun Mar 8 21:35:00 1998 -+++ Makefile Sun Mar 8 21:35:26 1998 -@@ -2,11 +2,11 @@ - # It has been tested under NetBSD 1.2. - +--- Makefile.orig Tue Mar 24 11:24:06 1998 ++++ Makefile Tue Mar 24 11:25:50 1998 +@@ -1,7 +1,7 @@ # Change this if you have this stuff somewhere else. --TCLINC = /usr/local/include --TKINC = /usr/local/include --X11INC = /usr/X11R6/include +-TCLINC = /usr/local/lib/tcl8.0 +-TKINC = /usr/local/lib/tk8.0 +-X11INC = /usr/X11/include +TCLINC = ${LOCALBASE}/include/tcl8.0 +TKINC = ${LOCALBASE}/include/tk8.0 +X11INC = ${X11BASE}/include --CFLAGS = -D__FreeBSD__ -Wall -fPIC -O3 -I$(TCLINC) -I$(TKINC) -I$(X11INC) -+CFLAGS = -D__FreeBSD__ -Wall -fPIC -O2 -I${TCLINC} -I${TKINC} -I${X11INC} - - CC = gcc + CFLAGS = -D__FreeBSD__ -Wall -fPIC -O3 -I$(TCLINC) -I$(TKINC) -I$(X11INC) |