pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python311
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Nov 2 11:36:23 UTC 2022
Modified Files:
pkgsrc/lang/python311: Makefile PLIST.SunOS
Log Message:
python311: SunOS build and install fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/python311/Makefile \
pkgsrc/lang/python311/PLIST.SunOS
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python311/Makefile
diff -u pkgsrc/lang/python311/Makefile:1.1 pkgsrc/lang/python311/Makefile:1.2
--- pkgsrc/lang/python311/Makefile:1.1 Mon Oct 31 09:50:40 2022
+++ pkgsrc/lang/python311/Makefile Wed Nov 2 11:36:23 2022
@@ -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 @@ PLIST_SUBST+= PY_PLATNAME=${PY_PLATNAME:
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))
Index: pkgsrc/lang/python311/PLIST.SunOS
diff -u pkgsrc/lang/python311/PLIST.SunOS:1.1 pkgsrc/lang/python311/PLIST.SunOS:1.2
--- pkgsrc/lang/python311/PLIST.SunOS:1.1 Mon Oct 31 09:50:40 2022
+++ pkgsrc/lang/python311/PLIST.SunOS Wed Nov 2 11:36:23 2022
@@ -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