aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-19 13:50:06 +0800
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-19 13:50:06 +0800
commite4960c6a55632ed48152aae6195722d8dc1d3022 (patch)
tree9a540a7f8c3f36bf188e0f16f3eaadf2d5af0d36
parentc4c94ed0c86cb1e36353b01c37758e99f3ede9f2 (diff)
downloadfreebsd-ports-e4960c6a55632ed48152aae6195722d8dc1d3022.tar.gz
freebsd-ports-e4960c6a55632ed48152aae6195722d8dc1d3022.tar.zst
freebsd-ports-e4960c6a55632ed48152aae6195722d8dc1d3022.zip
Fix build now that the Firefox pkg-config files are named firefox-* instead
of mozilla-*. Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=111781
-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 | \