openbsd-ports/audio/shell-fm/patches/patch-source_Makefile

13 lines
398 B
Plaintext
Raw Normal View History

$OpenBSD: patch-source_Makefile,v 1.5 2012/03/14 11:21:33 dcoppa Exp $
--- source/Makefile.orig Wed Mar 14 11:22:25 2012
+++ source/Makefile Wed Mar 14 11:33:21 2012
2011-07-08 14:32:34 -04:00
@@ -5,7 +5,7 @@ DEP := $(subst .c,.d,$(SOURCE))
BINARY := shell-fm
LIB := libshellfm.so
STATIC := libshellfm.a
2011-07-08 14:32:34 -04:00
-CFLAGS += -Os -Wall -MD -W -I./include/
+CFLAGS += -MD -I./include/
2011-07-08 14:32:34 -04:00
ifdef EXTERN_ONLY
CFLAGS += -DEXTERN_ONLY