pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/feh
Module Name: pkgsrc
Committed By: nia
Date: Wed Dec 28 09:25:31 UTC 2022
Modified Files:
pkgsrc/graphics/feh: Makefile
Log Message:
feh: Define __EXTENSIONS__ on SunOS for scandir/alphasort
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 pkgsrc/graphics/feh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/feh/Makefile
diff -u pkgsrc/graphics/feh/Makefile:1.123 pkgsrc/graphics/feh/Makefile:1.124
--- pkgsrc/graphics/feh/Makefile:1.123 Wed Oct 26 10:31:31 2022
+++ pkgsrc/graphics/feh/Makefile Wed Dec 28 09:25:30 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.123 2022/10/26 10:31:31 wiz Exp $
+# $NetBSD: Makefile,v 1.124 2022/12/28 09:25:30 nia Exp $
DISTNAME= feh-3.9.1
PKGREVISION= 1
@@ -19,6 +19,7 @@ CFLAGS+= -DHAVE_STRING_H=1
# for alphasort(3)
CFLAGS.NetBSD+= -D_NETBSD_SOURCE
+CFLAGS.SunOS+= -D__EXTENSIONS__
# for undefined reference error from strverscmp(3)
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index