diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-05 08:06:23 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-05 08:06:23 +0800 |
commit | 3bcc37d0e46eecc3f9634edcfdf2dda4c5c06d7f (patch) | |
tree | 7731a564871ede385e48b47a866ca6474dfa6638 /lang/squeak/files | |
parent | 033d2ac37387f076c5e9476d1fff54035091056d (diff) | |
download | freebsd-ports-gnome-3bcc37d0e46eecc3f9634edcfdf2dda4c5c06d7f.tar.gz freebsd-ports-gnome-3bcc37d0e46eecc3f9634edcfdf2dda4c5c06d7f.tar.zst freebsd-ports-gnome-3bcc37d0e46eecc3f9634edcfdf2dda4c5c06d7f.zip |
- Respect X11BASE
PR: 105812
Submitted by: Takeshi MUTOH <mutoh@openedu.org> (Maintainer)
Diffstat (limited to 'lang/squeak/files')
-rw-r--r-- | lang/squeak/files/patch-platforms::unix::npsqueak::Makefile | 13 |
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 ########################### |