pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/lchat



Module Name:    pkgsrc
Committed By:   vins
Date:           Mon Sep  8 10:02:10 UTC 2025

Modified Files:
        pkgsrc/chat/lchat: Makefile

Log Message:
chat/lchat: fix build on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/lchat/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/lchat/Makefile
diff -u pkgsrc/chat/lchat/Makefile:1.1 pkgsrc/chat/lchat/Makefile:1.2
--- pkgsrc/chat/lchat/Makefile:1.1      Thu Sep  4 17:23:50 2025
+++ pkgsrc/chat/lchat/Makefile  Mon Sep  8 10:02:10 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2025/09/04 17:23:50 vins Exp $
+# $NetBSD: Makefile,v 1.2 2025/09/08 10:02:10 vins Exp $
 
 DISTNAME=      lchat-1.0
+PKGREVISION=   1
 CATEGORIES=    chat
 MASTER_SITES=  https://dl.suckless.org/tools/
 
@@ -10,6 +11,7 @@ COMMENT=      Line oriented front end for cha
 LICENSE=       mit
 
 CFLAGS.NetBSD+=        -D_NETBSD_SOURCE        # asprintf()
+CFLAGS.SunOS+= -D__EXTENSIONS__
 
 SUBST_CLASSES+=                pkgsrc
 SUBST_STAGE.pkgsrc=    pre-configure



Home | Main Index | Thread Index | Old Index