From efd0dd922d2e5cd332f1aee5fdf6810814e7f400 Mon Sep 17 00:00:00 2001 From: ade Date: Mon, 11 Apr 2011 19:54:35 +0000 Subject: Update to GNU make 3.82 after numerous -exp runs. --- net/gupnp-igd/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'net/gupnp-igd') diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index 9c963473f136..eb15382e8286 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -23,4 +23,9 @@ USE_GNOME= gnomehack intlhack libglade2 glib20 USE_LDCONFIG= yes USE_PYTHON= yes +# For gmake >= 3.82 -- no idea where this line comes from, patching +# the Makefile.in seems to have no effect +post-configure: + @${REINPLACE_CMD} -e 's|^\[|# \[|' ${WRKSRC}/python/Makefile + .include -- cgit