freebsd-ports/misc/xosd/files/patch-src-xmms_plugin-Makefile.am
Alan Eldridge e855c4c3b6 Fix bug when building with an older version installed.
Approved by:	perky (maintainer)
2002-09-19 02:25:45 +00:00

10 lines
287 B
Text

--- src/xmms_plugin/Makefile.am~ Mon Aug 19 00:04:12 2002
+++ src/xmms_plugin/Makefile.am Wed Sep 18 17:18:37 2002
@@ -1,6 +1,6 @@
# XMMS library
-CFLAGS=@CFLAGS@ @XMMS_CFLAGS@ @GTK_CFLAGS@ -I..
+CFLAGS=-I.. @CFLAGS@ @XMMS_CFLAGS@ @GTK_CFLAGS@
xmmsplugindir = ${XMMS_PLUGIN_DIR}