Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/squeak-vm squeak-vm: fix sandboxed builds



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8924bccb7997
branches:  trunk
changeset: 435709:8924bccb7997
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Jul 13 03:06:47 2020 +0000

description:
squeak-vm: fix sandboxed builds

This needs pkg-config available in order to handle dependencies to
build its Freetype FT2Plugin component. This fixes the build under
NetBSD, though SunOS at least has other problems, too. (While here,
also tweak a variable reference to the common form, noted by pkglint.)

diffstat:

 lang/squeak-vm/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 228d7d176c9f -r 8924bccb7997 lang/squeak-vm/Makefile
--- a/lang/squeak-vm/Makefile   Sun Jul 12 21:02:40 2020 +0000
+++ b/lang/squeak-vm/Makefile   Mon Jul 13 03:06:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2020/03/08 16:42:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.48 2020/07/13 03:06:47 gutteridge Exp $
 #
 
 SQUEAK_VERSION=        4.10.2.2614
@@ -20,7 +20,7 @@
 
 USE_LANGUAGES= c c++
 USE_CMAKE=     yes
-USE_TOOLS=     gzip
+USE_TOOLS+=    gzip pkg-config
 
 CONFIGURE_DIRS=        build
 CMAKE_ARG_PATH=        ../unix
@@ -56,7 +56,7 @@
 .include "../../x11/libXt/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../mk/oss.buildlink3.mk"
-.if $(OSS_TYPE) != "none"
+.if ${OSS_TYPE} != "none"
 PLIST.oss=     yes
 CMAKE_ARGS+=   -DLIBOSSAUDIO=${LIBOSSAUDIO:S/-l//}
 .endif



Home | Main Index | Thread Index | Old Index