mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Fix the build with new gtk20.
Reported by: pointyhat-exp Approved by: Related with our (FreeBSD GNOME Team) big change
This commit is contained in:
parent
a68ca0ea73
commit
90724c8d7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202002
16
audio/jack-rack/files/patch-fix_with_gtk-2.12
Normal file
16
audio/jack-rack/files/patch-fix_with_gtk-2.12
Normal file
@ -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) \
|
Loading…
Reference in New Issue
Block a user