freebsd-ports/x11/XFree86-4/files/patch-c2
Jean-Marc Zucconi 8c27400ee0 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>
2000-12-21 21:03:38 +00:00

10 lines
434 B
Plaintext

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