pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ImageMagick



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Oct 19 15:43:19 UTC 2022

Modified Files:
        pkgsrc/graphics/ImageMagick: Makefile

Log Message:
ImageMagick: SunOS needs -lsendfile.


To generate a diff of this commit:
cvs rdiff -u -r1.308 -r1.309 pkgsrc/graphics/ImageMagick/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/ImageMagick/Makefile
diff -u pkgsrc/graphics/ImageMagick/Makefile:1.308 pkgsrc/graphics/ImageMagick/Makefile:1.309
--- pkgsrc/graphics/ImageMagick/Makefile:1.308  Thu Oct 13 10:44:12 2022
+++ pkgsrc/graphics/ImageMagick/Makefile        Wed Oct 19 15:43:19 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.308 2022/10/13 10:44:12 wiz Exp $
+# $NetBSD: Makefile,v 1.309 2022/10/19 15:43:19 jperkin Exp $
 
 .include "Makefile.common"
 
@@ -42,6 +42,8 @@ GCC_REQD+=            3.0
 CFLAGS+=               -O
 .endif
 
+LDFLAGS.SunOS+=                -lsendfile
+
 PKG_SYSCONFSUBDIR=     ImageMagick-${IM_MAJOR_LIB_VER}
 EGDIR=                 ${PREFIX}/share/examples/ImageMagick
 CONF_FILES+=           ${EGDIR}/colors.xml ${PKG_SYSCONFDIR}/colors.xml



Home | Main Index | Thread Index | Old Index