summaryrefslogtreecommitdiff
path: root/www/mozilla
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-04-17 09:29:25 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-04-17 09:29:25 +0000
commit5f08801387f8bdd2054d54e87abf29423e1dda60 (patch)
tree6c6d8d6880eba250d51fc42b0c7ca49e3e918450 /www/mozilla
parentUpgrade to version 2.5.4. This version has incorporated all of our patches. (diff)
This is a kludge to make building work again. post-configure now echo's MOTIFLIB
to work/ns/MOTIFLIB and in the linker line there is a `cat ../../MOTIFLIB'. The MOTIFLIB variable is being passed to work/ns/Makefile, but not beyond it. If anyone figures out how to fix this properly, please email a new patch to me.
Notes
Notes: svn path=/head/; revision=10532
Diffstat (limited to 'www/mozilla')
-rw-r--r--www/mozilla/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index f15484a5260d..c2cfbce2cf78 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 Mar 1998
# Whom: eivind/dima/jseger
#
-# $Id: Makefile,v 1.20 1998/04/13 10:59:30 jseger Exp $
+# $Id: Makefile,v 1.21 1998/04/16 02:05:31 jseger Exp $
#
DISTNAME= unix_19980408
@@ -26,6 +26,8 @@ OSNAME= `uname -s`
OSVER= `uname -r | ${SED} 's/-.*//'`
OBJDIR= ${WRKSRC}/dist/${OSNAME}${OSVER}_DBG.OBJ
+post-configure:
+ @${ECHO} ${MOTIFLIB} > work/ns/MOTIFLIB
do-install:
@${MKDIR} ${PREFIX}/lib/mozilla/bin
@cd ${OBJDIR}/bin && tar -chf - bsdecho lib* moz-export \