From 90724c8d7dedc1d6b89274da2230f66540513ec2 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Thu, 25 Oct 2007 16:53:44 +0000 Subject: Fix the build with new gtk20. Reported by: pointyhat-exp Approved by: Related with our (FreeBSD GNOME Team) big change --- audio/jack-rack/files/patch-fix_with_gtk-2.12 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 audio/jack-rack/files/patch-fix_with_gtk-2.12 (limited to 'audio/jack-rack') 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) \ -- cgit v1.2.3