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: adam
Date: Mon Jun 17 18:51:37 UTC 2024
Modified Files:
pkgsrc/fonts/fontforge: Makefile
Log Message:
fontforge: fix configure on Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 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.146 pkgsrc/fonts/fontforge/Makefile:1.147
--- pkgsrc/fonts/fontforge/Makefile:1.146 Wed May 29 16:32:31 2024
+++ pkgsrc/fonts/fontforge/Makefile Mon Jun 17 18:51:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.146 2024/05/29 16:32:31 adam Exp $
+# $NetBSD: Makefile,v 1.147 2024/06/17 18:51:37 adam Exp $
DISTNAME= fontforge-20230101
PKGREVISION= 9
@@ -26,6 +26,11 @@ CHECK_PORTABILITY_SKIP+= osx/FontForge.a
PYTHON_VERSIONS_INCOMPATIBLE= 27
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+CMAKE_ARGS+= -DIntl_INCLUDE_DIR=${BUILDLINK_PREFIX.gettext}/include
+.endif
+
.include "../../devel/cmake/build.mk"
.include "../../lang/python/application.mk"
.include "../../converters/libiconv/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index