aboutsummaryrefslogtreecommitdiffstats
path: root/www/mozilla
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-02-04 09:38:23 +0800
committermarcus <marcus@FreeBSD.org>2007-02-04 09:38:23 +0800
commitce7686233faa211f62afd993cceb52aeddff8df1 (patch)
treee082693fa41bb133024e85f7e7a5ed70130777ba /www/mozilla
parent8e08d20a4b32748371b5ae9823b929af75e0c829 (diff)
downloadfreebsd-ports-gnome-ce7686233faa211f62afd993cceb52aeddff8df1.tar.gz
freebsd-ports-gnome-ce7686233faa211f62afd993cceb52aeddff8df1.tar.zst
freebsd-ports-gnome-ce7686233faa211f62afd993cceb52aeddff8df1.zip
Add some more aout -> elf substitutions.
Diffstat (limited to 'www/mozilla')
-rw-r--r--www/mozilla/Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common
index 7402d37416df..ba553e4cdc26 100644
--- a/www/mozilla/Makefile.common
+++ b/www/mozilla/Makefile.common
@@ -294,6 +294,9 @@ gecko-post-patch:
s|echo aout|echo elf|g' \
${WRKSRC}/security/coreconf/FreeBSD.mk \
${WRKSRC}/js/src/Makefile.in
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
+ ${WRKSRC}/directory/c-sdk/config/FreeBSD.mk \
+ ${WRKSRC}/directory/c-sdk/configure
@${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g ; \
s|-lpthread|${PTHREAD_LIBS}|g ; \
s|echo aout|echo elf|g ; \