pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libident



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr  7 15:27:03 UTC 2025

Modified Files:
        pkgsrc/security/libident: Makefile

Log Message:
libident: Fix build on UnixWare 7.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/libident/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/libident/Makefile
diff -u pkgsrc/security/libident/Makefile:1.23 pkgsrc/security/libident/Makefile:1.24
--- pkgsrc/security/libident/Makefile:1.23      Sun Mar 30 09:59:44 2025
+++ pkgsrc/security/libident/Makefile   Mon Apr  7 15:27:03 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/03/30 09:59:44 nia Exp $
+# $NetBSD: Makefile,v 1.24 2025/04/07 15:27:03 nia Exp $
 #
 
 VERSION=       0.32
@@ -13,7 +13,8 @@ COMMENT=      Small library to interface to t
 USE_LIBTOOL=   yes
 GNU_CONFIGURE= yes
 
-CFLAGS.SCO_SV+=        -DFNDELAY=O_NONBLOCK
+CFLAGS.SCO_SV+=                -DFNDELAY=O_NONBLOCK
+CFLAGS.UnixWare+=      -DFNDELAY=O_NONBLOCK
 
 # Need to specify shlib version for continuousness since old 0.2x version
 SUBST_CLASSES+=                libver



Home | Main Index | Thread Index | Old Index