aboutsummaryrefslogtreecommitdiff
path: root/www/openvrml
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-01-12 22:11:18 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-01-12 22:11:18 +0000
commit906c445110c5f169ca976068021b607e5f098b92 (patch)
tree5ad5cdae92f63557b4eb8af2c03c05eabdd3ee55 /www/openvrml
parent7fe71aef2159d21c68e029dfba17e6f0a4d3f006 (diff)
Notes
Diffstat (limited to 'www/openvrml')
-rw-r--r--www/openvrml/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile
index a8fc43b06a25..97d500cf576f 100644
--- a/www/openvrml/Makefile
+++ b/www/openvrml/Makefile
@@ -76,6 +76,8 @@ pre-configure:
${REINPLACE_CMD} -e \
's|-rpath $$(libdir)|-rpath $$(libdir) -rpath ${JAVA_HOME}/jre/lib/${ARCH}/client|' \
${WRKSRC}/src/Makefile.in
+ ${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \
+ 's|-DG[[:alpha:]]*_DISABLE_DEPRECATED||g'
.for cfg in ${LIBTOOLFILES}
${REINPLACE_CMD} -e \
"/hardcode_libdir_flag_spec/s|\(=.\)\(.*\)\(\$$libdir\)|& \2${JAVA_HOME}/jre/lib/${ARCH}/client|" \