]> git.pld-linux.org Git - packages/gnustep-gui.git/commitdiff
- fixes problems with --disable-flattened in -make. (patch is from the authors)
authoraredridel <aredridel@pld-linux.org>
Wed, 3 Sep 2003 14:21:49 +0000 (14:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnustep-gui-target.patch -> 1.1

gnustep-gui-target.patch [new file with mode: 0644]

diff --git a/gnustep-gui-target.patch b/gnustep-gui-target.patch
new file mode 100644 (file)
index 0000000..38b1b80
--- /dev/null
@@ -0,0 +1,17 @@
+Index: Source/GNUmakefile.preamble
+===================================================================
+RCS file: /cvsroot/gnustep/gnustep/core/gui/Source/GNUmakefile.preamble,v
+retrieving revision 1.20
+diff -u -r1.20 GNUmakefile.preamble
+--- Source/GNUmakefile.preamble        31 Jul 2003 23:52:09 -0000      1.20
++++ Source/GNUmakefile.preamble        30 Aug 2003 03:38:24 -0000
+@@ -61,7 +61,8 @@
+ # ADDITIONAL_CFLAGS =
+ # Additional include directories the compiler should search
+-ADDITIONAL_INCLUDE_DIRS += -I../Headers/Additions -I../Headers
++ADDITIONAL_INCLUDE_DIRS += -I../Headers/Additions -I../Headers \
++   -I./$(GNUSTEP_TARGET_DIR)
+ # Additional LDFLAGS to pass to the linker
+ # ADDITIONAL_LDFLAGS = 
This page took 0.100547 seconds and 4 git commands to generate.