1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/epm/files/patch-configure.in
Maho Nakata fb7650728b unbreak for 6-current
PR:		76650
Submitted by:	Sangwoo Shim <ssw@neo.redjade.org>
2005-02-02 07:58:09 +00:00

19 lines
368 B
Plaintext

--- configure.in.orig Wed Feb 2 16:54:27 2005
+++ configure.in Wed Feb 2 16:55:09 2005
@@ -174,13 +174,13 @@
AC_MSG_RESULT(no)
fi
- CXX="$CC"
+# CXX="$CC"
if test -z "$OPTIM"; then
OPTIM="-O2 -fforce-mem -fforce-addr -fcaller-saves"
fi
- CXX="$CC"
+# CXX="$CC"
OPTIM="-Wall -Wno-return-type $OPTIM"
# See if GCC supports -fno-rtti...