pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/pscpug



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 10 17:36:11 UTC 2024

Modified Files:
        pkgsrc/sysutils/pscpug: Makefile

Log Message:
pscpug: Define __EXTENSIONS__ on SunOS for TIOCGWINSZ


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/pscpug/Makefile

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

Modified files:

Index: pkgsrc/sysutils/pscpug/Makefile
diff -u pkgsrc/sysutils/pscpug/Makefile:1.11 pkgsrc/sysutils/pscpug/Makefile:1.12
--- pkgsrc/sysutils/pscpug/Makefile:1.11        Sat Dec 23 09:19:39 2023
+++ pkgsrc/sysutils/pscpug/Makefile     Thu Oct 10 17:36:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/12/23 09:19:39 zafer Exp $
+# $NetBSD: Makefile,v 1.12 2024/10/10 17:36:10 nia Exp $
 
 DISTNAME=              pscpug035
 PKGNAME=               pscpug-0.3.5
@@ -20,5 +20,7 @@ INSTALLATION_DIRS=    bin ${PKGMANDIR}/man1
 
 CFLAGS.NetBSD= -D_KMEMUSER
 
+CFLAGS.SunOS+= -D__EXTENSIONS__
+
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index