pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cfs security/cfs: Align Solaris defines to up...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/512cea59bff0
branches:  trunk
changeset: 390482:512cea59bff0
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Dec 20 00:32:35 2022 +0000

description:
security/cfs: Align Solaris defines to upstream

diffstat:

 security/cfs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 1d853f048b40 -r 512cea59bff0 security/cfs/Makefile
--- a/security/cfs/Makefile     Tue Dec 20 00:01:02 2022 +0000
+++ b/security/cfs/Makefile     Tue Dec 20 00:32:35 2022 +0000
@@ -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 @@
 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