diff options
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-z03')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-z03 | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-z03 b/x11/XFree86-4-libraries/files/patch-z03 deleted file mode 100644 index cec66a9790ca..000000000000 --- a/x11/XFree86-4-libraries/files/patch-z03 +++ /dev/null @@ -1,26 +0,0 @@ ---- config/cf/Library.tmpl.orig Wed Oct 13 13:20:41 1999 -+++ config/cf/Library.tmpl Wed Sep 6 14:25:44 2000 -@@ -67,7 +67,7 @@ - STD_DEFINES = LibraryDefines $(PROJECT_DEFINES) - CDEBUGFLAGS = LibraryCDebugFlags - CLIBDEBUGFLAGS = LibraryDebugOpt -- CFLAGS = $(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES) -+ CFLAGS = $(SYSCFLAGS) $(CLIBDEBUGFLAGS) - # if defined(LargePICTable) && LargePICTable && defined(LargePositionIndependentCFlags) - PICFLAGS = LargePositionIndependentCFlags - # endif -@@ -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 |