diff options
author | kris <kris@FreeBSD.org> | 2002-03-31 10:39:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-03-31 10:39:41 +0800 |
commit | e8891ea38f7a33dc4ab12f462326f7b4c6f9e7a7 (patch) | |
tree | 435c02f1610b4c6ee852fbda96d71b386ec1b800 /archivers/ha/files | |
parent | 21e216edd75d9779910b787f7084167af0bc73bc (diff) | |
download | freebsd-ports-gnome-e8891ea38f7a33dc4ab12f462326f7b4c6f9e7a7.tar.gz freebsd-ports-gnome-e8891ea38f7a33dc4ab12f462326f7b4c6f9e7a7.tar.zst freebsd-ports-gnome-e8891ea38f7a33dc4ab12f462326f7b4c6f9e7a7.zip |
Remove #include <malloc.h>
Respect CC and CFLAGS
Diffstat (limited to 'archivers/ha/files')
-rw-r--r-- | archivers/ha/files/patch-ab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/archivers/ha/files/patch-ab b/archivers/ha/files/patch-ab new file mode 100644 index 000000000000..65be1d557ba1 --- /dev/null +++ b/archivers/ha/files/patch-ab @@ -0,0 +1,15 @@ +--- makefile.nix.orig Wed Jan 11 23:26:26 1995 ++++ makefile.nix Sat Mar 30 18:39:08 2002 +@@ -21,10 +21,9 @@ + + MCH = nix + +-CC = gcc ++CC ?= gcc + CPP = $(CC) -E +-CFLAGS = -Wall -O2 -c -I../$(MCH) -I../include +-LDFLAGS = -O2 ++CFLAGS += -Wall -c -I../$(MCH) -I../include + + MDEFINES = "CC=$(CC)" "CPP=$(CPP)" "CFLAGS=$(CFLAGS)" "DEFS=$(DEFS)" + SUBDIRS = c $(MCH) include |