diff options
author | steve <steve@FreeBSD.org> | 2000-10-16 03:58:17 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-10-16 03:58:17 +0000 |
commit | 7a78466408555f6090dc86e461071153a179cb0c (patch) | |
tree | db81e63de4bf27b34a66cbc7461a361d75bbac73 /lang/gnustep-base | |
parent | 90f9ec29d913ac1b85c96956af7484c08ce30d4d (diff) | |
download | FreeBSD-ports-7a78466408555f6090dc86e461071153a179cb0c.zip FreeBSD-ports-7a78466408555f6090dc86e461071153a179cb0c.tar.gz |
Teach this port how to find the tiff headers again.
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/files/patch-aa | 11 | ||||
-rw-r--r-- | lang/gnustep-base/files/patch-ab | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/lang/gnustep-base/files/patch-aa b/lang/gnustep-base/files/patch-aa new file mode 100644 index 0000000..a9df450 --- /dev/null +++ b/lang/gnustep-base/files/patch-aa @@ -0,0 +1,11 @@ +--- gui/Source/GNUmakefile.preamble.orig Sun Oct 15 21:47:59 2000 ++++ gui/Source/GNUmakefile.preamble Sun Oct 15 21:48:16 2000 +@@ -63,7 +63,7 @@ + ADDITIONAL_CFLAGS = + + # Additional include directories the compiler should search +-ADDITIONAL_INCLUDE_DIRS = -I../Headers ++ADDITIONAL_INCLUDE_DIRS = -I../Headers -I${LOCALBASE}/include + + # Additional LDFLAGS to pass to the linker + ADDITIONAL_LDFLAGS = diff --git a/lang/gnustep-base/files/patch-ab b/lang/gnustep-base/files/patch-ab new file mode 100644 index 0000000..49015f9 --- /dev/null +++ b/lang/gnustep-base/files/patch-ab @@ -0,0 +1,11 @@ +--- xgps/Source/GNUmakefile.preamble.orig Sun Oct 15 22:12:02 2000 ++++ xgps/Source/GNUmakefile.preamble Sun Oct 15 22:12:26 2000 +@@ -55,7 +55,7 @@ + ADDITIONAL_CFLAGS = + + # Additional include directories the compiler should search +-ADDITIONAL_INCLUDE_DIRS = -I../Headers \ ++ADDITIONAL_INCLUDE_DIRS = -I../Headers -I${LOCALBASE}/include \ + -I$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS) \ + -I./SharedX + |