From f3ad92bf3774c3f6d5cc3d0b612bccb3dd01afa4 Mon Sep 17 00:00:00 2001 From: jseger Date: Fri, 17 Apr 1998 09:29:25 +0000 Subject: 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. --- www/mozilla+ipv6/Makefile | 4 +++- www/mozilla-devel/Makefile | 4 +++- www/mozilla-vendor/Makefile | 4 +++- www/mozilla/Makefile | 4 +++- www/seamonkey/Makefile | 4 +++- www/seamonkey2/Makefile | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/mozilla+ipv6/Makefile b/www/mozilla+ipv6/Makefile index f15484a5260d..c2cfbce2cf78 100644 --- a/www/mozilla+ipv6/Makefile +++ b/www/mozilla+ipv6/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 \ diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index f15484a5260d..c2cfbce2cf78 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/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 \ diff --git a/www/mozilla-vendor/Makefile b/www/mozilla-vendor/Makefile index f15484a5260d..c2cfbce2cf78 100644 --- a/www/mozilla-vendor/Makefile +++ b/www/mozilla-vendor/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 \ 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 \ 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 \ diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index f15484a5260d..c2cfbce2cf78 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/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 \ -- cgit