summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-11-25 02:31:33 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-11-25 02:31:33 +0000
commit14a2571fde46e8cc85f7df04c7aa33156e108e02 (patch)
treeb4e7502679c705dea6784fafd8c13a93ec454f47 /x11
parentActivate cdict (diff)
Change Imake.tmpl and FreeBSD.cf. Imake programs will now use the system
CFLAGS instead of the predefined default (-O2) Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=23310
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86/files/patch-b20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/XFree86/files/patch-b b/x11/XFree86/files/patch-b
new file mode 100644
index 000000000000..a1e92a81cb2a
--- /dev/null
+++ b/x11/XFree86/files/patch-b
@@ -0,0 +1,20 @@
+--- config/cf/Imake.tmpl.orig Sat Jan 9 15:18:57 1999
++++ config/cf/Imake.tmpl Thu Nov 25 02:31:28 1999
+@@ -1150,7 +1150,7 @@
+ CXXOPTIONS = CplusplusOptions
+ CXXINCLUDES = $(INCLUDES) $(TOP_INCLUDES) $(CXXEXTRA_INCLUDES)
+ CXXDEFINES = $(CXXINCLUDES) $(CXXSTD_DEFINES) $(THREADS_CXXDEFINES) $(CXXEXTRA_DEFINES) $(DEFINES)
+- CXXFLAGS = $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES)
++ CXXFLAGS += $(CXXDEBUGFLAGS) $(CXXOPTIONS) $(THREADS_CXXFLAGS) $(CXXDEFINES)
+ #endif
+ COMPRESS = CompressCmd
+ GZIPCMD = GzipCmd
+@@ -1321,7 +1321,7 @@
+ */
+ ALLINCLUDES = $(INCLUDES) $(EXTRA_INCLUDES) $(TOP_INCLUDES) $(STD_INCLUDES)
+ ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(EXTRA_DEFINES) $(PROTO_DEFINES) $(THREADS_DEFINES) $(DEFINES)
+- CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES)
++ CFLAGS += $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(ALLDEFINES)
+ LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES) $(DEPEND_DEFINES)
+ LDPRELIB = LdPreLib
+ LDPOSTLIB = LdPostLib