diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-17 09:29:25 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-17 09:29:25 +0000 |
commit | 5f08801387f8bdd2054d54e87abf29423e1dda60 (patch) | |
tree | 6c6d8d6880eba250d51fc42b0c7ca49e3e918450 /www/seamonkey | |
parent | Upgrade 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/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index f15484a5260d..c2cfbce2cf78 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/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 \ |