aboutsummaryrefslogtreecommitdiff
path: root/lang/squeak
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-05 00:06:23 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-05 00:06:23 +0000
commitc78b3c0c3b2c59baf66d3b50d4474ad7d172c85a (patch)
tree2dad60ce4f40b00425da9c2555b28430c85894eb /lang/squeak
parentba8606b8c2f20c58a46389721183de3df0ae6fea (diff)
downloadports-c78b3c0c3b2c59baf66d3b50d4474ad7d172c85a.tar.gz
ports-c78b3c0c3b2c59baf66d3b50d4474ad7d172c85a.zip
Notes
Diffstat (limited to 'lang/squeak')
-rw-r--r--lang/squeak/files/patch-platforms::unix::npsqueak::Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/lang/squeak/files/patch-platforms::unix::npsqueak::Makefile b/lang/squeak/files/patch-platforms::unix::npsqueak::Makefile
index 790c40015747..f8692044db87 100644
--- a/lang/squeak/files/patch-platforms::unix::npsqueak::Makefile
+++ b/lang/squeak/files/patch-platforms::unix::npsqueak::Makefile
@@ -1,5 +1,14 @@
---- platforms/unix/npsqueak/Makefile.org Tue Jan 31 10:36:12 2006
-+++ platforms/unix/npsqueak/Makefile Tue Jan 31 10:37:14 2006
+--- platforms/unix/npsqueak/Makefile.orig Sat Aug 23 06:59:39 2003
++++ platforms/unix/npsqueak/Makefile Fri Nov 24 18:55:48 2006
+@@ -3,7 +3,7 @@
+
+ ############ Customize flags here #######################
+
+-INC = -I./include -I/usr/X11R6/include
++INC = -I./include -I%%X11BASE%%/include
+ CC = gcc
+ CFLAGS = $(INC) -O2 -fPIC -Wall
+ LD = gcc
@@ -20,7 +20,7 @@
############ compile and link ###########################