aboutsummaryrefslogtreecommitdiff
path: root/misc
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
parent58aafa0a245223e803fdc3519ee5f6d517f6430a (diff)
downloadports-ab1f026b84d865fd76874b4d2cfc3204f50b44bf.tar.gz
ports-ab1f026b84d865fd76874b4d2cfc3204f50b44bf.zip
Notes
Diffstat (limited to 'misc')
-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>