From fadce17afdafc35a37ab97ffa023a2d8839890c3 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 22 Jan 2004 22:50:19 +0000 Subject: Remove any reference to _DISABLE_DEPRECATED so this will build with GNOME 2.5. Reported by: adamw --- misc/quick-lounge-applet/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'misc') diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile index 95cebfb6831..d16242f0cfc 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 -- cgit