pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/leptonica
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Dec 3 15:08:01 UTC 2024
Modified Files:
pkgsrc/graphics/leptonica: Makefile
Log Message:
leptonica: Add explicit -lm on SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/leptonica/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/leptonica/Makefile
diff -u pkgsrc/graphics/leptonica/Makefile:1.30 pkgsrc/graphics/leptonica/Makefile:1.31
--- pkgsrc/graphics/leptonica/Makefile:1.30 Tue Oct 22 18:37:59 2024
+++ pkgsrc/graphics/leptonica/Makefile Tue Dec 3 15:08:01 2024
@@ -1,4 +1,4 @@
-# $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 $
DISTNAME= leptonica-1.85.0
CATEGORIES= graphics
@@ -19,8 +19,8 @@ CMAKE_CONFIGURE_ARGS+= -DBUILD_SHARED_LI
# Silence console messages
CPPFLAGS+= -DNO_CONSOLE_IO=1
-# Pass a SunOS that the build relies on
CPPFLAGS.SunOS+= -D__SOLARIS__=1
+LDFLAGS.SunOS+= -lm
.include "../../devel/cmake/build.mk"
.include "../../graphics/giflib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index