diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-01 18:03:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-01 18:03:12 +0000 |
commit | e4dbbd9ff3397ffe784b27010672443fc2c5bf56 (patch) | |
tree | d4abf2a8533e9d37de685cc4dd33a826aa3b65dc /net/gnet2 | |
parent | 5cd7b700d82c89d09046e008d7ddf2e9e9075aa1 (diff) |
Notes
Diffstat (limited to 'net/gnet2')
-rw-r--r-- | net/gnet2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/gnet2/Makefile b/net/gnet2/Makefile index 44f6817067d8..f5cc7d22c1ab 100644 --- a/net/gnet2/Makefile +++ b/net/gnet2/Makefile @@ -11,7 +11,7 @@ PKGNAMESUFFIX= 2 MAINTAINER= gnome@FreeBSD.org COMMENT= A simple network library built upon Glib-2 -USES= pkgconfig +USES= pkgconfig pathfix USE_AUTOTOOLS= libtool USE_GNOME= gnomehack glib20 USE_LDCONFIG= yes @@ -23,7 +23,6 @@ CONFIGURE_ARGS+= --with-html-dir=${DOCSDIR} CONFIGURE_ARGS+= --without-html-dir .endif -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|GNET_INTERFACE_AGE=0|GNET_INTERFACE_AGE=8|g' \ ${WRKSRC}/configure |