diff options
author | hans <hans@pkgsrc.org> | 2012-02-28 17:53:41 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-28 17:53:41 +0000 |
commit | 1bf6437cb6fa81a283f011463bad191cdf5956d2 (patch) | |
tree | a0ccf48b30b2a2cb73777e85d4cf26f0720c693d /lang | |
parent | 1111078c8a4d421883065af9cef7a74be58cadd2 (diff) | |
download | pkgsrc-1bf6437cb6fa81a283f011463bad191cdf5956d2.tar.gz |
Add a few libs needed on SunOS, add a PLIST entry for the Sun audio
module.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/squeak-vm/Makefile | 4 | ||||
-rw-r--r-- | lang/squeak-vm/PLIST.SunOS | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lang/squeak-vm/Makefile b/lang/squeak-vm/Makefile index 11f135557d9..409201cdef1 100644 --- a/lang/squeak-vm/Makefile +++ b/lang/squeak-vm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/02/06 12:40:47 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/02/28 17:53:41 hans Exp $ # SQUEAK_VERSION= 3.11.3.2135 @@ -31,6 +31,8 @@ CMAKE_ARGS+= -DPKGMANDIR=${PKGMANDIR} CMAKE_ARGS+= -DVM_HOST=${MACHINE_GNU_PLATFORM:Q} -DVM_VERSION=${SQUEAK_VERSION} CMAKE_ARGS+= -DDEVOSSAUDIO=${DEVOSSAUDIO} +LDFLAGS.SunOS+= -liconv -lsocket -lnsl -lm + .include "../../mk/bsd.prefs.mk" .if $(OPSYS) == "NetBSD" diff --git a/lang/squeak-vm/PLIST.SunOS b/lang/squeak-vm/PLIST.SunOS new file mode 100644 index 00000000000..764159c2b88 --- /dev/null +++ b/lang/squeak-vm/PLIST.SunOS @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.SunOS,v 1.1 2012/02/28 17:53:41 hans Exp $ +lib/squeak/${PKGVERSION}/so.vm-sound-Sun |