1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net/kicq/files/patch-aa

16 lines
403 B
Plaintext
Raw Normal View History

This is to avoid a very weird compiler bug
on -stable. Certain combinations of -O#
and -march were making kicq core dump.
--- configure.orig Mon Aug 14 23:25:24 2000
+++ configure Mon Aug 14 23:26:28 2000
@@ -6406,7 +6406,7 @@
s%@SHELL@%$SHELL%g
s%@CFLAGS@%$CFLAGS%g
s%@CPPFLAGS@%$CPPFLAGS%g
-s%@CXXFLAGS@%$CXXFLAGS%g
+s%@CXXFLAGS@%%g
s%@FFLAGS@%$FFLAGS%g
s%@DEFS@%$DEFS%g
s%@LDFLAGS@%$LDFLAGS%g