pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/ii



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 22 17:47:51 UTC 2022

Modified Files:
        pkgsrc/chat/ii: Makefile

Log Message:
ii: needs __EXTENSIONS__ for struct sigaction on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/ii/Makefile

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

Modified files:

Index: pkgsrc/chat/ii/Makefile
diff -u pkgsrc/chat/ii/Makefile:1.4 pkgsrc/chat/ii/Makefile:1.5
--- pkgsrc/chat/ii/Makefile:1.4 Sat May 16 18:14:20 2020
+++ pkgsrc/chat/ii/Makefile     Mon Aug 22 17:47:51 2022
@@ -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 @@ LICENSE=      mit
 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