aboutsummaryrefslogtreecommitdiff
path: root/graphics/ray++
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-11-21 11:35:04 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-11-21 11:35:04 +0000
commit3271c6aad37c6e86f956b459257ee05a99690871 (patch)
tree7d593c12d4a97265aab86c59cfb99037e29bf079 /graphics/ray++
parent016a71e4f752cfbcd8f7b902073099620f6f5066 (diff)
downloadports-3271c6aad37c6e86f956b459257ee05a99690871.tar.gz
ports-3271c6aad37c6e86f956b459257ee05a99690871.zip
Fix build on 5.x by removing -pedantic
Notes
Notes: svn path=/head/; revision=94626
Diffstat (limited to 'graphics/ray++')
-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} ; \