summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>