41fc3b1d29
mcs is a library and set of userland tools which abstract the storage of configuration settings away from userland applications. needed by newer version of audacious
19 lines
572 B
Plaintext
19 lines
572 B
Plaintext
$OpenBSD: patch-mk_init_mk,v 1.1.1.1 2007/04/09 07:36:35 steven Exp $
|
|
--- mk/init.mk.orig Sun Apr 8 10:38:18 2007
|
|
+++ mk/init.mk Sun Apr 8 10:38:33 2007
|
|
@@ -1,5 +1,5 @@
|
|
# Shut up GNU make
|
|
-.SILENT:
|
|
+#.SILENT:
|
|
|
|
OBJECTIVE_DIRECTORIES =
|
|
OBJECTIVE_LIBS =
|
|
@@ -16,5 +16,5 @@ SHOW_CFLAGS ?= $(VERBOSE)
|
|
LIBDIR = $(libdir)
|
|
BINDIR = $(bindir)
|
|
INCLUDEDIR = $(pkgincludedir)
|
|
-CFLAGS += -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/pkg/xorg/include
|
|
-CXXFLAGS += -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/pkg/xorg/include
|
|
+CFLAGS += -DHAVE_CONFIG_H
|
|
+CXXFLAGS += -DHAVE_CONFIG_H
|