summaryrefslogtreecommitdiff
path: root/audio/x11amp/files/patch-Output__OSS__Makefile.in
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /audio/x11amp/files/patch-Output__OSS__Makefile.in
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes: svn path=/head/; revision=363362
Diffstat (limited to 'audio/x11amp/files/patch-Output__OSS__Makefile.in')
-rw-r--r--audio/x11amp/files/patch-Output__OSS__Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/x11amp/files/patch-Output__OSS__Makefile.in b/audio/x11amp/files/patch-Output__OSS__Makefile.in
new file mode 100644
index 000000000000..ced6298795c1
--- /dev/null
+++ b/audio/x11amp/files/patch-Output__OSS__Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- Output/OSS/Makefile.in 2001/11/26 18:04:59 1.1
++++ Output/OSS/Makefile.in 2001/11/26 18:05:10
+@@ -94,7 +94,7 @@
+
+ lib_LTLIBRARIES = $(ossltlibs)
+
+-CFLAGS = @GTK_CFLAGS@ -D_REENTRANT -I$(top_srcdir)
++CFLAGS += @GTK_CFLAGS@ -D_REENTRANT -I$(top_srcdir)
+ libdir = $(plugindir)/$(OUTPUT_PLUGIN_DIR)
+
+ libOSS_la_LDFLAGS = $(ossldflags)