aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2004-07-27 12:13:27 +0800
committerkuriyama <kuriyama@FreeBSD.org>2004-07-27 12:13:27 +0800
commit64f508f492737113fbb3fb56b5e66ecfe7d24833 (patch)
tree8305346d1cf1526f66a8a4915a2da39022011213 /net-mgmt
parentc736a8c0030abf537ba5c2b5846e57e7cad0d5f2 (diff)
downloadfreebsd-ports-gnome-64f508f492737113fbb3fb56b5e66ecfe7d24833.tar.gz
freebsd-ports-gnome-64f508f492737113fbb3fb56b5e66ecfe7d24833.tar.zst
freebsd-ports-gnome-64f508f492737113fbb3fb56b5e66ecfe7d24833.zip
Unbreak on current.
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/cflowd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/cflowd/Makefile b/net-mgmt/cflowd/Makefile
index 45caf8ed849d..ba42f0cd2bb7 100644
--- a/net-mgmt/cflowd/Makefile
+++ b/net-mgmt/cflowd/Makefile
@@ -26,6 +26,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libArts.a:${PORTSDIR}/net-mgmt/arts++
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BISON= yes
+USE_REINPLACE= yes
CONFIGURE_ARGS+=--enable-shared --with-artspp=${PREFIX}
@@ -34,9 +35,8 @@ MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502102
-BROKEN= "Does not compile on >= 5.x"
-.endif
+post-patch:
+ cd ${WRKSRC}; ${FIND} . -type f | ${XARGS} ${GREP} -l '<strstream.h>' | ${XARGS} ${REINPLACE_CMD} -e 's/<strstream.h>/<strstream>/'
.if !defined(CFLOWD_FLOWSCAN_PATCH)
pre-everything::