diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
commit | 56bf85096cc89f91d28671b5d93b4172240263bc (patch) | |
tree | 0574ce9eee45d627f943b80b2445882a762b52af /benchmarks/spp/files/patch-Makefile | |
parent | Add new port -- Rounded Mgen+ Japanese TrueType fonts (diff) |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to '')
-rw-r--r-- | benchmarks/spp/files/patch-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/spp/files/patch-Makefile b/benchmarks/spp/files/patch-Makefile index 60ef854fb7e8..30fa5a51f9a5 100644 --- a/benchmarks/spp/files/patch-Makefile +++ b/benchmarks/spp/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2013-05-22 01:50:24 UTC +--- Makefile.orig 2015-05-21 00:10:33 UTC +++ Makefile -@@ -39,8 +39,8 @@ +@@ -39,8 +39,8 @@ INCLUDES = $(SRCDIR)/crc32.h \ SLIBS= -pthread -lpcap BINDIR=./bin PROGRAM= $(BINDIR)/$(NAME) @@ -11,7 +11,7 @@ INSTALL= install -@@ -48,11 +48,11 @@ +@@ -48,11 +48,11 @@ INSTALL= install # If, for some reason, you don't want debugging info to bewww # logged, then comment the following line. # @@ -25,7 +25,7 @@ # turn on optimisation CFLAGS += -O2 -@@ -76,13 +76,10 @@ +@@ -79,13 +79,10 @@ clean: rm -f $(PROGRAM) *.o $(SRCDIR)/*.o *~ install: |