diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-16 22:02:31 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-02-16 22:02:31 +0000 |
commit | d268603a0c877aaf0445eb7c807d6c22d914b5f0 (patch) | |
tree | 39fc3fcbee33f96451b5fa0abe9cd247831aa28c /lang/squeak/Makefile | |
parent | 7364c75e7736e110e9fe377a008e9570530e9604 (diff) | |
download | pkgsrc-d268603a0c877aaf0445eb7c807d6c22d914b5f0.tar.gz |
-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.
Diffstat (limited to 'lang/squeak/Makefile')
-rw-r--r-- | lang/squeak/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |