opnsense-ports/deskutils/devd-notifier/files/patch-config.mk
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
349 B
Makefile

--- config.mk.orig 2012-05-10 00:23:31.000000000 +0200
+++ config.mk 2012-05-10 00:23:55.000000000 +0200
@@ -11,7 +11,7 @@
INCS = `pkg-config --cflags libnotify`
LIBS = `pkg-config --libs libnotify`
-CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS}
-LDFLAGS = -g ${LIBS}
+CFLAGS += -std=c99 -pedantic -Wall ${INCS}
+LDFLAGS += ${LIBS}
CC? = cc