aboutsummaryrefslogtreecommitdiffstats
path: root/www/cadaver
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-12-25 03:32:28 +0800
committerantoine <antoine@FreeBSD.org>2014-12-25 03:32:28 +0800
commit47a9d20aff3df78a0f08002dba6599dd2023d798 (patch)
tree9a4c9f06c5875dbe077ea8f8ad6b526f9b526fa9 /www/cadaver
parentf931388087fb0b07687fe9c313782c334583bcee (diff)
downloadfreebsd-ports-graphics-47a9d20aff3df78a0f08002dba6599dd2023d798.tar.gz
freebsd-ports-graphics-47a9d20aff3df78a0f08002dba6599dd2023d798.tar.zst
freebsd-ports-graphics-47a9d20aff3df78a0f08002dba6599dd2023d798.zip
Allow building with neon 30
Diffstat (limited to 'www/cadaver')
-rw-r--r--www/cadaver/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile
index 69a7a5d5f21..97a956f8cfa 100644
--- a/www/cadaver/Makefile
+++ b/www/cadaver/Makefile
@@ -63,4 +63,7 @@ CONFIGURE_ARGS+=--disable-nls \
--without-libintl-prefix
.endif
+post-patch:
+ @${REINPLACE_CMD} 's,27 28 29,& 30,' ${WRKSRC}/configure
+
.include <bsd.port.mk>