diff options
author | ade <ade@FreeBSD.org> | 2011-04-12 03:54:35 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2011-04-12 03:54:35 +0800 |
commit | efd0dd922d2e5cd332f1aee5fdf6810814e7f400 (patch) | |
tree | e271fb9ea44573beae8c29a58a911ee2aa3b3448 /net/gupnp-igd | |
parent | 97b1c095bb1886b4b943dd0175183d8d02a3fbb7 (diff) | |
download | freebsd-ports-gnome-efd0dd922d2e5cd332f1aee5fdf6810814e7f400.tar.gz freebsd-ports-gnome-efd0dd922d2e5cd332f1aee5fdf6810814e7f400.tar.zst freebsd-ports-gnome-efd0dd922d2e5cd332f1aee5fdf6810814e7f400.zip |
Update to GNU make 3.82 after numerous -exp runs.
Diffstat (limited to 'net/gupnp-igd')
-rw-r--r-- | net/gupnp-igd/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 <bsd.port.mk> |