openbsd-ports/audio/audacious/patches/patch-mk_init_mk
steven eaa9f31a94 import audacious 1.2.2
Audacious is a multimedia player that currently uses a skinned user interface
based on Winamp 2.x skins. It is based on ("forked off") BMP and XMMS.

based on a submission by Vlad Glagolev <stelzy at gmail.com>
2006-12-27 16:46:09 +00:00

19 lines
572 B
Plaintext

$OpenBSD: patch-mk_init_mk,v 1.1.1.1 2006/12/27 16:46:09 steven Exp $
--- mk/init.mk.orig Mon Dec 25 09:32:33 2006
+++ mk/init.mk Mon Dec 25 09:33:12 2006
@@ -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