pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/unixodbc
Module Name: pkgsrc
Committed By: jperkin
Date: Fri May 13 06:45:11 UTC 2022
Modified Files:
pkgsrc/databases/unixodbc: Makefile
Log Message:
unixodbc: SunOS needs -D_POSIX_PTHREAD_SEMANTICS.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/databases/unixodbc/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/unixodbc/Makefile
diff -u pkgsrc/databases/unixodbc/Makefile:1.44 pkgsrc/databases/unixodbc/Makefile:1.45
--- pkgsrc/databases/unixodbc/Makefile:1.44 Mon May 9 11:16:27 2022
+++ pkgsrc/databases/unixodbc/Makefile Fri May 13 06:45:11 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2022/05/09 11:16:27 adam Exp $
+# $NetBSD: Makefile,v 1.45 2022/05/13 06:45:11 jperkin Exp $
DISTNAME= unixODBC-2.3.11
PKGNAME= ${DISTNAME:S/ODBC/odbc/}
@@ -31,6 +31,7 @@ CONFIGURE_ARGS+= --enable-gnuthreads
CONFIGURE_ARGS+= --with-pth=${PTHREADBASE:Q}
.endif
+CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
LIBS.SunOS+= -lsocket -lnsl
# Override the local definitions that point to the self-contained libtool
Home |
Main Index |
Thread Index |
Old Index