aboutsummaryrefslogtreecommitdiff
path: root/misc/xosd
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-09-19 02:25:45 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-09-19 02:25:45 +0000
commite855c4c3b6e267a20e6f018e978e97c5eb3c235a (patch)
treee938785f8e5521305dcb899b096bf638a52618b5 /misc/xosd
parentac2fb56c996d494c42354fbb973ef5de35ef6be8 (diff)
downloadports-e855c4c3b6e267a20e6f018e978e97c5eb3c235a.tar.gz
ports-e855c4c3b6e267a20e6f018e978e97c5eb3c235a.zip
Fix bug when building with an older version installed.
Approved by: perky (maintainer)
Notes
Notes: svn path=/head/; revision=66660
Diffstat (limited to 'misc/xosd')
-rw-r--r--misc/xosd/files/patch-src-libxosd-Makefile.am8
-rw-r--r--misc/xosd/files/patch-src-xmms_plugin-Makefile.am10
2 files changed, 18 insertions, 0 deletions
diff --git a/misc/xosd/files/patch-src-libxosd-Makefile.am b/misc/xosd/files/patch-src-libxosd-Makefile.am
new file mode 100644
index 000000000000..be1d3536e87d
--- /dev/null
+++ b/misc/xosd/files/patch-src-libxosd-Makefile.am
@@ -0,0 +1,8 @@
+--- src/libxosd/Makefile.am~ Thu Aug 15 18:00:38 2002
++++ src/libxosd/Makefile.am Wed Sep 18 17:16:18 2002
+@@ -1,4 +1,4 @@
+-CFLAGS=@CFLAGS@ -I..
++CFLAGS=-I.. @CFLAGS@
+ # Library
+ lib_LTLIBRARIES = libxosd.la
+ libxosd_la_SOURCES = xosd.c
diff --git a/misc/xosd/files/patch-src-xmms_plugin-Makefile.am b/misc/xosd/files/patch-src-xmms_plugin-Makefile.am
new file mode 100644
index 000000000000..cd5d62739224
--- /dev/null
+++ b/misc/xosd/files/patch-src-xmms_plugin-Makefile.am
@@ -0,0 +1,10 @@
+--- 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}
+