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: Sun Mar 30 09:59:44 UTC 2025
Modified Files:
pkgsrc/security/libident: Makefile
Log Message:
libident: Fix build on SCO_SV (SCO OpenServer 5 Definitive 2018).
Note that FNDELAY is non-standard/deprecated and other operating
systems may also benefit from a similar change.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/security/libident/Makefile:1.23
--- pkgsrc/security/libident/Makefile:1.22 Tue Oct 23 18:16:33 2012
+++ pkgsrc/security/libident/Makefile Sun Mar 30 09:59:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2012/10/23 18:16:33 asau Exp $
+# $NetBSD: Makefile,v 1.23 2025/03/30 09:59:44 nia Exp $
#
VERSION= 0.32
@@ -13,6 +13,8 @@ COMMENT= Small library to interface to t
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+CFLAGS.SCO_SV+= -DFNDELAY=O_NONBLOCK
+
# Need to specify shlib version for continuousness since old 0.2x version
SUBST_CLASSES+= libver
SUBST_STAGE.libver= pre-configure
Home |
Main Index |
Thread Index |
Old Index