pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/courier-authlib



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 26 16:49:12 UTC 2023

Modified Files:
        pkgsrc/security/courier-authlib: Makefile

Log Message:
courier-authlib: SunOS build fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/security/courier-authlib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/courier-authlib/Makefile
diff -u pkgsrc/security/courier-authlib/Makefile:1.64 pkgsrc/security/courier-authlib/Makefile:1.65
--- pkgsrc/security/courier-authlib/Makefile:1.64       Wed Jan 25 19:31:05 2023
+++ pkgsrc/security/courier-authlib/Makefile    Mon Jun 26 16:49:12 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2023/01/25 19:31:05 bsiegert Exp $
+# $NetBSD: Makefile,v 1.65 2023/06/26 16:49:12 jperkin Exp $
 
 .include "Makefile.common"
 
@@ -31,6 +31,10 @@ CONFIGURE_ARGS+=     --localstatedir=${VARBA
 CONFIGURE_ARGS+=       --with-pkgconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --without-stdheaderdir
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--enable-new-dtags
+
+CPPFLAGS.SunOS+=       -D_POSIX_PTHREAD_SEMANTICS
+
 .include "../../mk/bsd.prefs.mk"
 
 AUTHDAEMONVAR?=                ${VARBASE}/authdaemon



Home | Main Index | Thread Index | Old Index