pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/sqlite3
Module Name: pkgsrc
Committed By: nia
Date: Tue Apr 8 17:35:11 UTC 2025
Modified Files:
pkgsrc/databases/sqlite3: Makefile
Log Message:
sqlite3: Fixes for UnixWare 7.
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 pkgsrc/databases/sqlite3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/sqlite3/Makefile
diff -u pkgsrc/databases/sqlite3/Makefile:1.167 pkgsrc/databases/sqlite3/Makefile:1.168
--- pkgsrc/databases/sqlite3/Makefile:1.167 Fri Apr 4 21:29:14 2025
+++ pkgsrc/databases/sqlite3/Makefile Tue Apr 8 17:35:11 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.167 2025/04/04 21:29:14 riastradh Exp $
+# $NetBSD: Makefile,v 1.168 2025/04/08 17:35:11 nia Exp $
.include "Makefile.common"
@@ -533,9 +533,10 @@ LIBS+= ${BUILDLINK_LDADD.dl}
# Solaris needs -lrt for nanosleep, PR pkg/58714
LIBS.SunOS+= -lrt
-.if ${OS_VARIANT} == "SCOOSR5"
+CFLAGS.UnixWare+= -DHAVE_NANOSLEEP=0 -DHAVE_USLEEP=1
+LDFLAGS.UnixWare+= -lthread
+
LDFLAGS.SCO_SV+= -lpthread
-.endif
.if ${OPSYS} == "Darwin"
post-install:
Home |
Main Index |
Thread Index |
Old Index