openbsd-ports/audio/scmpc/patches/patch-Makefile_in
jasper 943bc4bae0 - it was wrong to have scmpc/ that only holds one file and patch the source
all over to deal with it. this moves /etc/scmpc/scmpc.conf to /etc/scmpc.conf

approving croaks from ajacoutot@ and landry@
2009-05-31 20:47:08 +00:00

13 lines
478 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.3 2009/05/31 20:47:08 jasper Exp $
--- Makefile.in.orig Sun Dec 3 05:59:18 2006
+++ Makefile.in Fri Jun 22 00:06:00 2007
@@ -17,7 +17,7 @@ LIBS := @LIBS@ @libcurl_LIBS@ @confuse_LIBS@ @libdaemo
LIBOBJS := @LIBOBJS@
# This is probably broken if gcc isn't being used...
-BUILD_CFLAGS := -Wall -Wextra -pedantic -Wno-unused-parameter -std=c99 $(CFLAGS)
+BUILD_CFLAGS := -Wall -pedantic -Wno-unused-parameter $(CFLAGS)
INSTALL := @INSTALL@