pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libdockapp



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jun 18 14:41:38 UTC 2026

Modified Files:
        pkgsrc/devel/libdockapp: Makefile

Log Message:
libdockapp: SunOS wants __EXTENSIONS__ for getline(3).


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/libdockapp/Makefile

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

Modified files:

Index: pkgsrc/devel/libdockapp/Makefile
diff -u pkgsrc/devel/libdockapp/Makefile:1.27 pkgsrc/devel/libdockapp/Makefile:1.28
--- pkgsrc/devel/libdockapp/Makefile:1.27       Tue Nov 24 11:13:25 2020
+++ pkgsrc/devel/libdockapp/Makefile    Thu Jun 18 14:41:38 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/11/24 11:13:25 nia Exp $
+# $NetBSD: Makefile,v 1.28 2026/06/18 14:41:38 nia Exp $
 
 DISTNAME=      libdockapp-0.7.3
 CATEGORIES=    devel wm
@@ -16,6 +16,8 @@ USE_TOOLS+=           pkg-config
 post-install:
        ${RM} -f ${DESTDIR}${PREFIX}/share/fonts/X11/misc/fonts.dir
 
+CFLAGS.SunOS+=         -D__EXTENSIONS__ # getline
+
 FONTS_DIRS.x11=                share/fonts/X11/misc
 
 BUILDLINK_DEPMETHOD.libXt?=    build



Home | Main Index | Thread Index | Old Index