diff options
Diffstat (limited to 'lang/cli/files/patch-tools::cppmunge::makefile')
-rw-r--r-- | lang/cli/files/patch-tools::cppmunge::makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/cli/files/patch-tools::cppmunge::makefile b/lang/cli/files/patch-tools::cppmunge::makefile new file mode 100644 index 000000000000..09565c91cd53 --- /dev/null +++ b/lang/cli/files/patch-tools::cppmunge::makefile @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- tools/cppmunge/makefile.orig Fri Mar 22 03:49:22 2002 ++++ tools/cppmunge/makefile Wed Apr 10 12:10:29 2002 +@@ -17,7 +17,8 @@ + # makefile for cppmunge + # ============================================================================ + +-CFLAGS = -g -Wall -O2 ++CFLAGS ?= -g -Wall -O2 ++CFLAGS += -fno-builtin -fno-exceptions -fno-rtti + TARGET_NAME = $(TARGETCOMPLUS)/cppmunge + + SOURCES=cppmunge.c |