diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-12-21 21:03:38 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-12-21 21:03:38 +0000 |
commit | 8c27400ee0f32c1ba5bed716a2880bb9dcd6c7c7 (patch) | |
tree | 3ad80555d552a5aa6df16c9d5fd3b8392d021d4c /x11/XFree86-4 | |
parent | eb4e1e556bee575659eec8b11b8ebd929b74beb9 (diff) |
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 <mi@aldan.algebra.com>
Notes
Notes:
svn path=/head/; revision=36211
Diffstat (limited to 'x11/XFree86-4')
-rw-r--r-- | x11/XFree86-4/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86-4/files/patch-c2 | 9 |
2 files changed, 10 insertions, 1 deletions
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) + |