1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/lang/cli/files/patch-tools::cppmunge::makefile.in
Maxim Sobolev 062cd21bb1 Upgrade to 20021101 release (aka 1.0), which fixes compilation on
recent FreeBSD versions and allows to remove all of the gcc 3.x
fixes. sscli now supports Darwin/ppc, so that it might be possible
to port it to FreeBSD/ppc once it is available.
2003-04-24 11:17:57 +00:00

15 lines
394 B
Plaintext

$FreeBSD$
--- tools/cppmunge/makefile.in 2003/04/25 07:24:34 1.1
+++ tools/cppmunge/makefile.in 2003/04/25 07:25:00
@@ -18,7 +18,7 @@
# ============================================================================
BIGENDIAN=@BIGENDIAN@
-CFLAGS = -g -Wall -O2 $(BIGENDIAN)
+CFLAGS += -fno-builtin -fno-exceptions -fno-rtti $(BIGENDIAN)
TARGET_NAME = $(TARGETCOMPLUS)/cppmunge
CC = @CC@