mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
- 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)
13 lines
439 B
Text
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
|
|
|