diff options
Diffstat (limited to 'devel/makeplus/files/patch-c.mk')
-rw-r--r-- | devel/makeplus/files/patch-c.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/makeplus/files/patch-c.mk b/devel/makeplus/files/patch-c.mk new file mode 100644 index 000000000000..905e2075ee54 --- /dev/null +++ b/devel/makeplus/files/patch-c.mk @@ -0,0 +1,17 @@ +--- c.mk.orig Mon Dec 9 14:32:33 2002 ++++ c.mk Fri Dec 27 05:10:26 2002 +@@ -13,9 +13,11 @@ + # install make+ separately. + + # General C compilation variables. +-CC = gcc +-CFLAGS = -I. -I.. +-LIBS = ++CC ?= gcc ++CFLAGS += -I. -I.. ++LIBS += ++SETENV ?= /usr/bin/env ++CONF_ENV = CC="$(CC)" CFLAGS="$(CFLAGS)" + + # Link scripts. + MP_LINK_STATIC = $(MAKEPLUS_HOME)/link_static.sh |