pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python311 python311: SunOS build and install fixes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50959522afd9
branches:  trunk
changeset: 387607:50959522afd9
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Nov 02 11:36:23 2022 +0000

description:
python311: SunOS build and install fixes.

diffstat:

 lang/python311/Makefile    |  4 +++-
 lang/python311/PLIST.SunOS |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 3282c3b640eb -r 50959522afd9 lang/python311/Makefile
--- a/lang/python311/Makefile   Wed Nov 02 11:25:11 2022 +0000
+++ b/lang/python311/Makefile   Wed Nov 02 11:36:23 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/10/31 09:50:40 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/02 11:36:23 jperkin Exp $
 
 .include "dist.mk"
 
@@ -100,6 +100,8 @@
 CFLAGS+=       -I${OSX_SDK_PATH:Q}/usr/include
 .endif
 
+LDFLAGS.SunOS+=        -lresolv
+
 PLIST_VARS+=   nis
 .for incdir in ${_OPSYS_INCLUDE_DIRS}
 .  if (exists(${incdir}/rpc/rpc.h) || exists(${incdir}/tirpc/rpc/rpc.h))
diff -r 3282c3b640eb -r 50959522afd9 lang/python311/PLIST.SunOS
--- a/lang/python311/PLIST.SunOS        Wed Nov 02 11:25:11 2022 +0000
+++ b/lang/python311/PLIST.SunOS        Wed Nov 02 11:36:23 2022 +0000
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST.SunOS,v 1.1 2022/10/31 09:50:40 adam Exp $
+@comment $NetBSD: PLIST.SunOS,v 1.2 2022/11/02 11:36:23 jperkin Exp $
+lib/python${PY_VER_SUFFIX}/lib-dynload/ossaudiodev.so
 lib/python${PY_VER_SUFFIX}/lib-dynload/spwd.so



Home | Main Index | Thread Index | Old Index