diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
commit | 39a5b78f8797ded2c50107a77794cd671dff707f (patch) | |
tree | 39f650e2e85c255908675444e0ce32d9639f251f /net/pfflowd/files/patch-Makefile | |
parent | Remove non staged ports without pending PR from net-im and net-mgmt (diff) |
Remove non staged ports without pending PR from net-p2p, net and news
Notes
Notes:
svn path=/head/; revision=366967
Diffstat (limited to 'net/pfflowd/files/patch-Makefile')
-rw-r--r-- | net/pfflowd/files/patch-Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net/pfflowd/files/patch-Makefile b/net/pfflowd/files/patch-Makefile deleted file mode 100644 index 67a867e0e4d0..000000000000 --- a/net/pfflowd/files/patch-Makefile +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.orig 2006-07-07 01:27:13.000000000 -0700 -+++ Makefile 2008-05-28 13:00:20.000000000 -0700 -@@ -7,14 +7,18 @@ - LIBS=-lpcap -lutil - LDFLAGS=-g - --CFLAGS=-g -O $(WARNFLAGS) -+CFLAGS=-g -O -+ -+.if defined(OLD_PFSYNC) -+CFLAGS+=-DOLD_PFSYNC -+.endif - - TARGETS=pfflowd - - all: $(TARGETS) - --pfflowd: pfflowd.o -- $(CC) $(LDFLAGS) -o $@ pfflowd.o $(LIBS) -+pfflowd: pfflowd.o pidfile.o -+ $(CC) $(LDFLAGS) -o $@ pfflowd.o pidfile.o $(LIBS) - - clean: - rm -f $(TARGETS) *.o core *.core |