pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/ce



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 30 10:01:05 UTC 2025

Modified Files:
        pkgsrc/editors/ce: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/editors/ce/Makefile

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

Modified files:

Index: pkgsrc/editors/ce/Makefile
diff -u pkgsrc/editors/ce/Makefile:1.24 pkgsrc/editors/ce/Makefile:1.25
--- pkgsrc/editors/ce/Makefile:1.24     Thu Nov  3 14:41:22 2022
+++ pkgsrc/editors/ce/Makefile  Sun Mar 30 10:01:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2022/11/03 14:41:22 schmonz Exp $
+# $NetBSD: Makefile,v 1.25 2025/03/30 10:01:05 nia Exp $
 
 DISTNAME=              ce-${VERSION}
 VERSION=               4.8
@@ -28,6 +28,8 @@ SUBST_FILES.paths=    teach-ce.in
 SUBST_VARS.paths=      LN
 SUBST_SED.paths+=      -e '1s,/bin/bash,'${SH:Q}','
 
+CFLAGS.SCO_SV+=                -DS_IFSOCK=1337
+
 .include "options.mk"
 
 .include "../../mk/termcap.buildlink3.mk"



Home | Main Index | Thread Index | Old Index