pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/fontforge



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Sep 21 15:06:17 UTC 2017

Modified Files:
        pkgsrc/fonts/fontforge: Makefile

Log Message:
fontforge: Fix build on SunOS, requires GNU date features.


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/fonts/fontforge/Makefile

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

Modified files:

Index: pkgsrc/fonts/fontforge/Makefile
diff -u pkgsrc/fonts/fontforge/Makefile:1.101 pkgsrc/fonts/fontforge/Makefile:1.102
--- pkgsrc/fonts/fontforge/Makefile:1.101       Fri Aug 25 09:20:38 2017
+++ pkgsrc/fonts/fontforge/Makefile     Thu Sep 21 15:06:17 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2017/08/25 09:20:38 adam Exp $
+# $NetBSD: Makefile,v 1.102 2017/09/21 15:06:17 jperkin Exp $
 
 DISTNAME=      fontforge-dist-20170731
 PKGNAME=       ${DISTNAME:S/-dist-/-/}
@@ -33,6 +33,13 @@ CHECK_INTERPRETER_SKIP+=share/fontforge/
 
 PY_PATCHPLIST=         yes
 
+.include "../../mk/bsd.prefs.mk"
+
+# Requires GNU date features
+.if ${OPSYS} == "SunOS"
+TOOLS_PLATFORM.date=
+.endif
+
 .include "options.mk"
 
 .include "../../converters/libiconv/buildlink3.mk"



Home | Main Index | Thread Index | Old Index