summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/ray++/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ray++/Makefile b/graphics/ray++/Makefile
index 702e5e311fc9..6177cfa008c8 100644
--- a/graphics/ray++/Makefile
+++ b/graphics/ray++/Makefile
@@ -18,12 +18,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --enable-fast-handles
USE_GMAKE= yes
INSTALLS_SHLIB= yes
+USE_REINPLACE= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 501000
-BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
-.endif
+post-patch:
+ ${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure
do-install:
@(cd ${WRKSRC} ; \