diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-21 11:35:04 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-11-21 11:35:04 +0000 |
commit | 3271c6aad37c6e86f956b459257ee05a99690871 (patch) | |
tree | 7d593c12d4a97265aab86c59cfb99037e29bf079 /graphics/ray++/Makefile | |
parent | 016a71e4f752cfbcd8f7b902073099620f6f5066 (diff) | |
download | ports-3271c6aad37c6e86f956b459257ee05a99690871.tar.gz ports-3271c6aad37c6e86f956b459257ee05a99690871.zip |
Notes
Diffstat (limited to 'graphics/ray++/Makefile')
-rw-r--r-- | graphics/ray++/Makefile | 6 |
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} ; \ |