diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-12 02:39:40 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-12 02:39:40 +0800 |
commit | 20e1530ce49ff6255397fa37331fffb6f253b8fe (patch) | |
tree | 9ee8a248243bb2ec21250f7c160a50fb7f5ff28a /audio/muine | |
parent | 808cbce4cbc60e252ed20a72d0b416e6d4fd6e45 (diff) | |
download | freebsd-ports-gnome-20e1530ce49ff6255397fa37331fffb6f253b8fe.tar.gz freebsd-ports-gnome-20e1530ce49ff6255397fa37331fffb6f253b8fe.tar.zst freebsd-ports-gnome-20e1530ce49ff6255397fa37331fffb6f253b8fe.zip |
Allow this port to build with GTK+ deprecation.
Diffstat (limited to 'audio/muine')
-rw-r--r-- | audio/muine/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index b99fe95b337f..479e03d3dd61 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -61,6 +61,8 @@ post-patch: ${WRKSRC}/data/Makefile.in @${REINPLACE_CMD} -e 's|libmusicbrainz.so.4|libmusicbrainz.so|g' \ ${WRKSRC}/src/muine.exe.config.in + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \ + 's|-DG.*_DISABLE_DEPRECATED||g' post-install: ${MKDIR} ${PREFIX}/lib/muine/plugins |