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 | |
parent | a08b4b7e1a3691f59979b26f23735f68d0d2de0a (diff) | |
download | freebsd-ports-5f08801387f8bdd2054d54e87abf29423e1dda60.zip |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla+ipv6/Makefile | 4 | ||||
-rw-r--r-- | www/mozilla-devel/Makefile | 4 | ||||
-rw-r--r-- | www/mozilla-vendor/Makefile | 4 | ||||
-rw-r--r-- | www/mozilla/Makefile | 4 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 4 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 4 |
6 files changed, 18 insertions, 6 deletions
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 \ |