ports/net/multicat/files/patch-Makefile
Matthias Andree 2afe3963da net/multicat: Update to 2.3, new maintainer
- pkg-descr: WWW: changed to https://
- Makefile ordering: PORTDOCS and PKG_PLIST swapped (portclippy suggestion)
- extra patch of the file "patch" successfully ignored :-)
- set MAINTAINER (was unmaintained)

PR:		241982
Submitted by:	Michael Muenz <m.muenz@gmail.com> (new maintainer)
2020-05-04 23:03:41 +00:00

13 lines
439 B
Text

--- Makefile.orig 2018-06-12 15:18:47 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 -D_DEFAULT_SOURCE
-CFLAGS += -g
+VERSION = 2.3
+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