summaryrefslogtreecommitdiff
path: root/x11/XFree86-4-libraries/files/patch-z03
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-06-08 10:42:32 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-06-08 10:42:32 +0000
commit3103ffad6eedf79f4856cd8255e7b7cca818ed00 (patch)
tree0df8d4e0aef5aac8409de46d8dd3785b2184a606 /x11/XFree86-4-libraries/files/patch-z03
parentUpdate to 1.1 version. Also make it respect CFLAGS while I'm here. (diff)
Split up XFree86-4 into several pieces. Pretty green, please test with care.
Submitted by: taguchi@tohoku.iij.ad.jp Approved (in spirit) by: jmz (XFree86 port maintainer)
Notes
Notes: svn path=/head/; revision=29389
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-z03')
-rw-r--r--x11/XFree86-4-libraries/files/patch-z0317
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-z03 b/x11/XFree86-4-libraries/files/patch-z03
new file mode 100644
index 000000000000..edac5d7fcd69
--- /dev/null
+++ b/x11/XFree86-4-libraries/files/patch-z03
@@ -0,0 +1,17 @@
+--- config/cf/Library.tmpl.ORIG Sun May 7 21:06:16 2000
++++ config/cf/Library.tmpl Sun May 7 21:11:44 2000
+@@ -434,10 +434,14 @@
+ # ifdef IncSubdir
+ # ifdef IncSubSubdir
+ BuildIncludes($(HEADERS),IncSubdir/IncSubSubdir,../..)
++# if !defined(LibHeaders) || LibHeaders
+ InstallMultipleFlags($(HEADERS),$(INCDIR)/IncSubdir/IncSubSubdir,$(INSTINCFLAGS))
++# endif
+ # else
+ BuildIncludes($(HEADERS),IncSubdir,..)
++# if !defined(LibHeaders) || LibHeaders
+ InstallMultipleFlags($(HEADERS),$(INCDIR)/IncSubdir,$(INSTINCFLAGS))
++# endif
+ # endif
+ # else
+ # ifndef CplusplusSource