pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ytree



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 30 10:02:22 UTC 2025

Modified Files:
        pkgsrc/sysutils/ytree: Makefile

Log Message:
ytree: Fix building on SCO_SV (SCO OpenServer 5 Definitive 2018).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/ytree/Makefile

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

Modified files:

Index: pkgsrc/sysutils/ytree/Makefile
diff -u pkgsrc/sysutils/ytree/Makefile:1.6 pkgsrc/sysutils/ytree/Makefile:1.7
--- pkgsrc/sysutils/ytree/Makefile:1.6  Thu Sep 19 09:17:12 2024
+++ pkgsrc/sysutils/ytree/Makefile      Sun Mar 30 10:02:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/09/19 09:17:12 nia Exp $
+# $NetBSD: Makefile,v 1.7 2025/03/30 10:02:22 nia Exp $
 
 DISTNAME=      ytree-2.09
 CATEGORIES=    sysutils
@@ -22,6 +22,8 @@ LDFLAGS+=     ${BUILDLINK_LDADD.curses} -lco
 LDFLAGS+=      ${BUILDLINK_LDADD.curses} -lreadline
 .endif
 
+CFLAGS.SCO_SV+=        -DSVR4
+
 MAKE_FLAGS+=   LDFLAGS=${LDFLAGS:Q}
 
 INSTALLATION_DIRS+=    bin



Home | Main Index | Thread Index | Old Index