diff options
Diffstat (limited to 'net/dpinger/files/patch-Makefile')
-rw-r--r-- | net/dpinger/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/dpinger/files/patch-Makefile b/net/dpinger/files/patch-Makefile new file mode 100644 index 000000000000..fe5d03c6ca98 --- /dev/null +++ b/net/dpinger/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2015-11-25 04:21:35 UTC ++++ Makefile +@@ -4,7 +4,7 @@ MAN= + BINDIR= ${PREFIX}/bin + WARNS= 6 + +-CFLAGS= -g ++#CFLAGS= -g + LDADD= -lpthread + + .include <bsd.prog.mk> |