From c0f7b63ed1ab4ec4eb2880d2d479b3a8ac996524 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Wed, 16 Feb 2000 22:02:31 +0000 Subject: -install missing .source file -change -rdynamic cc flag to -Wl,--export-dynamic for correct operation on ELF. -add a patch to take care of some places where "#ifdef(__alpha__)" was used for OSF dependent code. -patch the configure script to not hard code DEC compilers for alpha's. --- lang/squeak/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/squeak/Makefile') diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index 9827d0abd7e..ee48bc12401 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/02/16 16:03:22 fredb Exp $ +# $NetBSD: Makefile,v 1.6 2000/02/16 22:02:31 dmcmahill Exp $ # DISTNAME= Squeak2.6-src @@ -8,7 +8,7 @@ MASTER_SITES= http://www-sor.inria.fr/~piumarta/squeak/unix/release/ \ ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/unix/ \ ftp://ftp.cs.uni-magdeburg.de/pub/Smalltalk/Smalltalk/Squeak/unix/image/ \ http://www.nectar.com/distfiles/squeak/ -DISTFILES= Squeak2.6-src.tar.gz Squeak2.6.image.gz Squeak2.6.changes.gz +DISTFILES= Squeak2.6-src.tar.gz Squeak2.6.image.gz Squeak2.6.changes.gz SqueakV2.sources.gz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.squeak.org/ @@ -25,7 +25,7 @@ MAKE_ENV+= LIBS="-Wl,-R${X11BASE}/lib -L${X11BASE}/lib" do-install: ${MKDIR} ${PREFIX}/share/squeak ${INSTALL_PROGRAM} ${WRKSRC}/`${WRKSRC}/conf/config.guess`/squeak ${PREFIX}/bin - for f in Squeak2.6.changes Squeak2.6.image; do \ + for f in Squeak2.6.changes Squeak2.6.image SqueakV2.sources ; do \ ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/$$f.gz > ${PREFIX}/share/squeak/$$f; \ done -- cgit v1.2.3