mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
928397146a
- Change maintainer (old maintainer told that he will be unreachable for the next several years). PR: 20634 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> (new maintainer)
16 lines
403 B
Plaintext
16 lines
403 B
Plaintext
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
|