From 8c27400ee0f32c1ba5bed716a2880bb9dcd6c7c7 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Thu, 21 Dec 2000 21:03:38 +0000 Subject: One more patch is needed to ensure the X11 build uses centrally specified CFLAGS all over. Without this, no optimization is used AT ALL for some files (libraries). Submitted by: Mikhail Teterin --- x11/XFree86-4/Makefile | 2 +- x11/XFree86-4/files/patch-c2 | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 x11/XFree86-4/files/patch-c2 (limited to 'x11/XFree86-4') diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index 2f3fe98435b0..00c7368fe8a7 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -7,7 +7,7 @@ PORTNAME= XFree86 PORTVERSION= 4.0.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} diff --git a/x11/XFree86-4/files/patch-c2 b/x11/XFree86-4/files/patch-c2 new file mode 100644 index 000000000000..4cd2f61d841a --- /dev/null +++ b/x11/XFree86-4/files/patch-c2 @@ -0,0 +1,9 @@ + +--- config/cf/Library.tmpl Wed Oct 13 00:20:41 1999 ++++ config/cf/Library.tmpl Thu Dec 21 09:22:14 2000 +@@ -69,3 +69,3 @@ + CLIBDEBUGFLAGS = LibraryDebugOpt +- CFLAGS = $(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES) ++ CFLAGS += $(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES) + # if defined(LargePICTable) && LargePICTable && defined(LargePositionIndependentCFlags) + -- cgit v1.2.3