Fix bug when building with an older version installed.
Approved by: perky (maintainer)
This commit is contained in:
parent
ac2fb56c99
commit
e855c4c3b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66660
2 changed files with 18 additions and 0 deletions
8
misc/xosd/files/patch-src-libxosd-Makefile.am
Normal file
8
misc/xosd/files/patch-src-libxosd-Makefile.am
Normal file
|
@ -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
|
10
misc/xosd/files/patch-src-xmms_plugin-Makefile.am
Normal file
10
misc/xosd/files/patch-src-xmms_plugin-Makefile.am
Normal file
|
@ -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}
|
||||
|
Loading…
Reference in a new issue