aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-01-15 06:26:42 +0800
committerantoine <antoine@FreeBSD.org>2016-01-15 06:26:42 +0800
commit6cae5ed30a3b31b4c3aac3287f6ecdc40c213b50 (patch)
tree069e93df29ad2fcfb69924e8dd82515b82056583 /graphics
parent7ee10095ecebc66a70833203acc6bc99340010ad (diff)
downloadfreebsd-ports-gnome-6cae5ed30a3b31b4c3aac3287f6ecdc40c213b50.tar.gz
freebsd-ports-gnome-6cae5ed30a3b31b4c3aac3287f6ecdc40c213b50.tar.zst
freebsd-ports-gnome-6cae5ed30a3b31b4c3aac3287f6ecdc40c213b50.zip
Unbreak build on head
With hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index a1174dab1d17..8095ed546b8c 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -17,8 +17,6 @@ LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
libexpat.so:${PORTSDIR}/textproc/expat2 \
libgd.so:${PORTSDIR}/${GD_PORT}
-BROKEN_FreeBSD_11= namespace collision
-
USES= bison cpe gmake jpeg libtool:keepla pkgconfig pathfix shebangfix
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
@@ -264,6 +262,10 @@ SHEBANG_FILES+= tclpkg/gv/demo/modgraph.tcl
.endif
post-patch:
+.if ${OSVERSION} >= 1100093
+ ${REINPLACE_CMD} 's,SF_FLAGS,SFIO_FLAGS,g' \
+ ${WRKSRC}/lib/sfio/*.[ch]
+.endif
${FIND} ${WRKSRC} -name Makefile.in | \
${XARGS} ${REINPLACE_CMD} \
-e "s|\([^:]*:.*\) install-pdfDATA\(.*\)|\1\2|g" \