We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3e18f commit a737cfeCopy full SHA for a737cfe
1 file changed
graphics/leptonica/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.30 2024/10/22 18:37:59 adam Exp $
+# $NetBSD: Makefile,v 1.31 2024/12/03 15:08:01 jperkin Exp $
2
3
DISTNAME= leptonica-1.85.0
4
CATEGORIES= graphics
@@ -19,8 +19,8 @@ CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LIBS=ON
19
# Silence console messages
20
CPPFLAGS+= -DNO_CONSOLE_IO=1
21
22
-# Pass a SunOS that the build relies on
23
CPPFLAGS.SunOS+= -D__SOLARIS__=1
+LDFLAGS.SunOS+= -lm
24
25
.include "../../devel/cmake/build.mk"
26
.include "../../graphics/giflib/buildlink3.mk"
0 commit comments