aboutsummaryrefslogtreecommitdiffstats
path: root/www/openvrml
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-06-19 13:50:06 +0800
committermarcus <marcus@FreeBSD.org>2004-06-19 13:50:06 +0800
commit5b137888255d0ca98ff539f3e5eff4953fe8dea9 (patch)
treea3968db53e8ebedccc571ebc55127b2b2d89ab67 /www/openvrml
parent9730ed6ae74ff5d97af1842ee3d8a2146fb1599f (diff)
downloadfreebsd-ports-gnome-5b137888255d0ca98ff539f3e5eff4953fe8dea9.tar.gz
freebsd-ports-gnome-5b137888255d0ca98ff539f3e5eff4953fe8dea9.tar.zst
freebsd-ports-gnome-5b137888255d0ca98ff539f3e5eff4953fe8dea9.zip
Fix build now that the Firefox pkg-config files are named firefox-* instead
of mozilla-*. Reported by: pointyhat via kris
Diffstat (limited to 'www/openvrml')
-rw-r--r--www/openvrml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile
index 5d59930a6d73..92e67bac83e1 100644
--- a/www/openvrml/Makefile
+++ b/www/openvrml/Makefile
@@ -46,7 +46,9 @@ BROKEN= "Does not compile on !i386"
.endif
post-patch:
- @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g ; \
+ s|mozilla-js|firefox-js|g" \
+ ${WRKSRC}/configure
post-install:
@${FIND} ${PREFIX}/include/openvrml -type f | \