diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-12 02:39:40 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-12 02:39:40 +0800 |
commit | 94bb19aa29671c015cef540e65ca33fde3a610f8 (patch) | |
tree | 5a8079459fb6cb891e46dfe41365a78aa31825f8 /audio/muine/Makefile | |
parent | f16c262777814211efa87840d15f7f99c6d147dd (diff) | |
download | freebsd-ports-gnome-94bb19aa29671c015cef540e65ca33fde3a610f8.tar.gz freebsd-ports-gnome-94bb19aa29671c015cef540e65ca33fde3a610f8.tar.zst freebsd-ports-gnome-94bb19aa29671c015cef540e65ca33fde3a610f8.zip |
Allow this port to build with GTK+ deprecation.
Diffstat (limited to 'audio/muine/Makefile')
-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 |