1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11/XFree86-4-libraries/files/patch-z03
Satoshi Asami 3103ffad6e 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)
2000-06-08 10:42:32 +00:00

18 lines
584 B
Plaintext

--- 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