diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-23 06:50:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-23 06:50:19 +0800 |
commit | fadce17afdafc35a37ab97ffa023a2d8839890c3 (patch) | |
tree | ff470b53e8a1ac016e314a28e0655338d737a92e /misc | |
parent | 1156ebce4b1831d8093dfec33612ed6a314d42f2 (diff) | |
download | freebsd-ports-gnome-fadce17afdafc35a37ab97ffa023a2d8839890c3.tar.gz freebsd-ports-gnome-fadce17afdafc35a37ab97ffa023a2d8839890c3.tar.zst freebsd-ports-gnome-fadce17afdafc35a37ab97ffa023a2d8839890c3.zip |
Remove any reference to _DISABLE_DEPRECATED so this will build with
GNOME 2.5.
Reported by: adamw
Diffstat (limited to 'misc')
-rw-r--r-- | misc/quick-lounge-applet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile index 95cebfb68314..d16242f0cfc9 100644 --- a/misc/quick-lounge-applet/Makefile +++ b/misc/quick-lounge-applet/Makefile @@ -24,4 +24,8 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + "s/-D.*_DISABLE_DEPRECATED//g" + .include <bsd.port.mk> |