ports/net/multicat/files/patch-Makefile
Dmitry Marakasov bc99384bd0 - Update to 2.2
2017-02-06 17:47:06 +00:00

12 lines
406 B
Text

--- Makefile.orig 2017-01-31 18:17:02 UTC
+++ Makefile
@@ -1,8 +1,7 @@
# multicat Makefile
VERSION = 2.2
-CFLAGS += -Wall -Wformat-security -O3 -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -D_ISOC99_SOURCE -D_BSD_SOURCE
-CFLAGS += -g
+CFLAGS += -Wall -Wformat-security -D_FILE_OFFSET_BITS=64 -D_ISOC99_SOURCE -D_BSD_SOURCE
# Comment out the following line for Mac OS X build
LDLIBS += -lrt -pthread