diff options
author | vs <vs@FreeBSD.org> | 2005-04-19 16:25:09 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-19 16:25:09 +0800 |
commit | 796333ead2c58b6b668c936bfc7172ec55c7a5eb (patch) | |
tree | 957de4491c210b2cd64a1ca271c5b6eaccffa4b9 /archivers/9e/files | |
parent | a5bb77abd814fae7c276d65d8a6b4d21731e1d8a (diff) | |
download | freebsd-ports-gnome-796333ead2c58b6b668c936bfc7172ec55c7a5eb.tar.gz freebsd-ports-gnome-796333ead2c58b6b668c936bfc7172ec55c7a5eb.tar.zst freebsd-ports-gnome-796333ead2c58b6b668c936bfc7172ec55c7a5eb.zip |
Use MAKE_ARGS instead of Makefile-patch
Diffstat (limited to 'archivers/9e/files')
-rw-r--r-- | archivers/9e/files/patch-aa | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/archivers/9e/files/patch-aa b/archivers/9e/files/patch-aa deleted file mode 100644 index e85b1648bdd3..000000000000 --- a/archivers/9e/files/patch-aa +++ /dev/null @@ -1,35 +0,0 @@ ---- Makefile.orig Thu Jun 15 06:40:52 2000 -+++ Makefile Sun Oct 19 01:13:32 2003 -@@ -1,14 +1,11 @@ - # Makefile for 9e - --CC = gcc -+CC ?= cc - --CFLAGS = -g3 -ggdb -+CFLAGS ?= -O -pipe - - .PHONY: all clean distclean - --LIBS = -lefence -- --HDRS = 9a.h - SRCS = 9e.c - OBJS = 9e.o - -@@ -17,7 +14,7 @@ - all: $(BINARIES) - - 9e: $(OBJS) -- $(CC) -o 9e 9e.o $(LIBS) -+ $(CC) -o 9e 9e.o - - clean: - rm -f *.o *~ a.out -@@ -26,4 +23,4 @@ - distclean: clean - rm -f ${BINARIES} - --# EOF -\ No newline at end of file -+# EOF |