aboutsummaryrefslogtreecommitdiffstats
path: root/www/seamonkey2
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1998-04-17 17:29:25 +0800
committerjseger <jseger@FreeBSD.org>1998-04-17 17:29:25 +0800
commitf3ad92bf3774c3f6d5cc3d0b612bccb3dd01afa4 (patch)
treeadcb907a6b8b242fced833a7aca5d4b19cd6327e /www/seamonkey2
parent0422a399581329184d284aa652ccf82c8f8a1302 (diff)
downloadfreebsd-ports-gnome-f3ad92bf3774c3f6d5cc3d0b612bccb3dd01afa4.tar.gz
freebsd-ports-gnome-f3ad92bf3774c3f6d5cc3d0b612bccb3dd01afa4.tar.zst
freebsd-ports-gnome-f3ad92bf3774c3f6d5cc3d0b612bccb3dd01afa4.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/seamonkey2')
-rw-r--r--www/seamonkey2/Makefile4
1 files changed, 3 insertions, 1 deletions
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 \