summaryrefslogtreecommitdiff
path: root/misc/quick-lounge-applet
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-22 22:50:19 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-22 22:50:19 +0000
commitab1f026b84d865fd76874b4d2cfc3204f50b44bf (patch)
tree6a8ccf0e9092ec2e2ac9ca4d2759effee77d3e70 /misc/quick-lounge-applet
parent* Use intlhack (diff)
Remove any reference to _DISABLE_DEPRECATED so this will build with
GNOME 2.5. Reported by: adamw
Notes
Notes: svn path=/head/; revision=98848
Diffstat (limited to 'misc/quick-lounge-applet')
-rw-r--r--misc/quick-lounge-applet/Makefile4
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>