aboutsummaryrefslogtreecommitdiff
path: root/audio/jack-rack
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-10-25 16:53:44 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-10-25 16:53:44 +0000
commit90724c8d7dedc1d6b89274da2230f66540513ec2 (patch)
tree3a99f9970286d75ae4a33e30c3d699416e376c01 /audio/jack-rack
parenta68ca0ea739900b21903d6820231d5024bd6ae55 (diff)
downloadports-90724c8d7dedc1d6b89274da2230f66540513ec2.tar.gz
ports-90724c8d7dedc1d6b89274da2230f66540513ec2.zip
Notes
Diffstat (limited to 'audio/jack-rack')
-rw-r--r--audio/jack-rack/files/patch-fix_with_gtk-2.1216
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/jack-rack/files/patch-fix_with_gtk-2.12 b/audio/jack-rack/files/patch-fix_with_gtk-2.12
new file mode 100644
index 000000000000..b615e96d10e7
--- /dev/null
+++ b/audio/jack-rack/files/patch-fix_with_gtk-2.12
@@ -0,0 +1,16 @@
+--- src/Makefile.in.orig 2007-10-25 11:55:32.000000000 -0500
++++ src/Makefile.in 2007-10-25 11:55:48.000000000 -0500
+@@ -265,12 +265,7 @@
+ $(XML_CFLAGS) \
+ -DPKGDATADIR=\"$(pkgdatadir)\" \
+ -DPIXMAPDIR=\"$(pixmapdir)\" \
+- -DDTDDIR=\"$(dtddir)\" \
+- -DG_DISABLE_DEPRECATED=1 \
+- -DGTK_DISABLE_DEPRECATED=1 \
+- -DGDK_DISABLE_DEPRECATED=1 \
+- -DGDK_PIXBUF_DISABLE_DEPRECATED=1 \
+- -DGNOME_DISABLE_DEPRECATED=1
++ -DDTDDIR=\"$(dtddir)\"
+
+ jack_rack_LDFLAGS = \
+ $(JACK_LIBS) \