pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libdaemon



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Nov 29 16:31:58 UTC 2021

Modified Files:
        pkgsrc/devel/libdaemon: Makefile

Log Message:
libdaemon: Use OPSYS_VERSION.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/libdaemon/Makefile

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

Modified files:

Index: pkgsrc/devel/libdaemon/Makefile
diff -u pkgsrc/devel/libdaemon/Makefile:1.9 pkgsrc/devel/libdaemon/Makefile:1.10
--- pkgsrc/devel/libdaemon/Makefile:1.9 Sun Apr 26 09:55:09 2020
+++ pkgsrc/devel/libdaemon/Makefile     Mon Nov 29 16:31:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/04/26 09:55:09 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2021/11/29 16:31:57 jperkin Exp $
 #
 
 DISTNAME=              libdaemon-0.14
@@ -25,6 +25,6 @@ post-install:
 
 .include "../../mk/bsd.pkg.mk"
 
-.if (${OPSYS} == "NetBSD" && ${OS_VERSION:M4.*} != "") || (${OPSYS} == "OpenBSD")
+.if (${OPSYS} == "NetBSD" && ${OPSYS_VERSION} < 050000) || ${OPSYS} == "OpenBSD"
 BUILDLINK_TRANSFORM+=  rm:-Wl,--no-undefined
 .endif



Home | Main Index | Thread Index | Old Index