pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/cfs



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Dec 20 00:32:35 UTC 2022

Modified Files:
        pkgsrc/security/cfs: Makefile

Log Message:
security/cfs: Align Solaris defines to upstream


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/cfs/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/cfs/Makefile
diff -u pkgsrc/security/cfs/Makefile:1.40 pkgsrc/security/cfs/Makefile:1.41
--- pkgsrc/security/cfs/Makefile:1.40   Mon Dec 19 23:18:36 2022
+++ pkgsrc/security/cfs/Makefile        Tue Dec 20 00:32:35 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2022/12/19 23:18:36 gdt Exp $
+# $NetBSD: Makefile,v 1.41 2022/12/20 00:32:35 gdt Exp $
 
 VERSION=               1.5.0
 VERSION_SUFFIX_DIST=   .beta
@@ -61,9 +61,9 @@ CFS_SUBST+=           getpassword->getpass
 CFLAGS+=               -DHAVE_GETPASS
 .elif ${OPSYS} == "SunOS"
 .  if ${CC_VERSION} == gcc
+# Probably this is now wrong
 CFLAGS+=               -traditional
 .  endif
-CFLAGS+=               -DPROTOTYPES=1
 CFLAGS+=               -DSOLARIS2X -DPORTMAP -DPTMX
 MAKE_ENV+=             MAKE=${MAKE_PROGRAM:Q}
 MAKE_ENV+=             LIBS="-lsocket -lnsl"



Home | Main Index | Thread Index | Old Index