openbsd-ports/audio/audacious/patches/patch-buildsys_mk_in

25 lines
729 B
Plaintext
Raw Normal View History

2010-12-19 13:17:55 -05:00
$OpenBSD: patch-buildsys_mk_in,v 1.3 2010/12/19 18:17:55 shadchin Exp $
--- buildsys.mk.in.orig Wed Dec 8 04:14:31 2010
+++ buildsys.mk.in Sun Dec 19 20:50:13 2010
@@ -34,9 +34,9 @@ LD = ${CC}
RANLIB = @RANLIB@
PYTHON = @PYTHON@
ASFLAGS = @ASFLAGS@
-CFLAGS = @CFLAGS@
+CFLAGS = -I.. @CFLAGS@
CXXFLAGS = @CXXFLAGS@
-CPPFLAGS = @CPPFLAGS@
+CPPFLAGS = -I.. @CPPFLAGS@
DFLAGS = @DFLAGS@
ERLCFLAGS = @ERLCFLAGS@
OBJCFLAGS = @OBJCFLAGS@
@@ -92,7 +92,7 @@ OBJS += ${OBJS9:.S=.o}
MO_FILES = ${LOCALES:.po=.mo}
-.SILENT:
+#.SILENT:
2009-09-15 17:49:01 -04:00
.SUFFIXES:
2010-12-19 13:17:55 -05:00
.SUFFIXES: .beam .c .cc .cxx .d .dep .erl .mo .m .mm .o .po .py .pyc .xpm .S
.PHONY: all subdirs pre-depend depend install install-extra uninstall uninstall-extra clean distclean