92becb4baf
[1] Upgrade to 4.2.0. [2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES by default. Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp Approved by: [2] core
21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
--- /usr/local/src/XFree86-4/ORIG/xc/config/cf/Library.tmpl Tue Dec 5 11:59:31 2000
|
|
+++ config/cf/Library.tmpl Tue Dec 19 17:18:56 2000
|
|
@@ -67,7 +67,7 @@
|
|
STD_DEFINES = LibraryDefines $(PROJECT_DEFINES)
|
|
CDEBUGFLAGS = LibraryCDebugFlags
|
|
CLIBDEBUGFLAGS = LibraryDebugOpt
|
|
- CFLAGS = $(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES)
|
|
+ CFLAGS += $(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES)
|
|
# if defined(LargePICTable) && LargePICTable && defined(LargePositionIndependentCFlags)
|
|
PICFLAGS = LargePositionIndependentCFlags
|
|
# endif
|
|
@@ -92,7 +92,7 @@
|
|
STD_DEFINES = LibraryDefines $(PROJECT_DEFINES)
|
|
CXXDEBUGFLAGS = LibraryCplusplusDebugFlags
|
|
CXXLIBDEBUGFLAGS = LibraryDebugOpt
|
|
- CXXFLAGS = $(CXXDEBUGFLAGS) $(CXXLIBDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES)
|
|
+ CXXFLAGS += $(CXXDEBUGFLAGS) $(CXXLIBDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES)
|
|
# if defined(LargePICTable) && LargePICTable
|
|
# ifdef LargePositionIndependentCplusplusFlags
|
|
CXXPICFLAGS = LargePositionIndependentCplusplusFlags
|