pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/ii ii: needs __EXTENSIONS__ for struct sigaction ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/555e14b26dbd
branches: trunk
changeset: 383765:555e14b26dbd
user: tnn <tnn%pkgsrc.org@localhost>
date: Mon Aug 22 17:47:51 2022 +0000
description:
ii: needs __EXTENSIONS__ for struct sigaction on SunOS
diffstat:
chat/ii/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 855ae17b260d -r 555e14b26dbd chat/ii/Makefile
--- a/chat/ii/Makefile Mon Aug 22 17:36:13 2022 +0000
+++ b/chat/ii/Makefile Mon Aug 22 17:47:51 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/05/16 18:14:20 nia Exp $
+# $NetBSD: Makefile,v 1.5 2022/08/22 17:47:51 tnn Exp $
DISTNAME= ii-1.8
CATEGORIES= chat
@@ -12,6 +12,7 @@
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
+CFLAGS.SunOS+= -D__EXTENSIONS__
LDFLAGS.SunOS+= -lsocket -lnsl
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index