pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/evolution-data-server



Module Name:    pkgsrc
Committed By:   cirnatdan
Date:           Wed Apr 21 12:59:48 UTC 2021

Modified Files:
        pkgsrc/mail/evolution-data-server: Makefile

Log Message:
evolution-data-server: Fix broken build because of undefined LIB_SUFFIX

https://us-east.manta.joyent.com/pkgsrc/public/reports/NetBSD/trunk/x86_64/20210419.2013//evolution-data-server-3.35.1nb14/configure.log


To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 pkgsrc/mail/evolution-data-server/Makefile

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

Modified files:

Index: pkgsrc/mail/evolution-data-server/Makefile
diff -u pkgsrc/mail/evolution-data-server/Makefile:1.200 pkgsrc/mail/evolution-data-server/Makefile:1.201
--- pkgsrc/mail/evolution-data-server/Makefile:1.200    Wed Apr 21 11:40:28 2021
+++ pkgsrc/mail/evolution-data-server/Makefile  Wed Apr 21 12:59:48 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.200 2021/04/21 11:40:28 adam Exp $
+# $NetBSD: Makefile,v 1.201 2021/04/21 12:59:48 cirnatdan Exp $
 
 DISTNAME=      evolution-data-server-3.35.1
 PKGREVISION=   15
@@ -25,6 +25,7 @@ CMAKE_ARGS+=  -DWITH_LIBDB=OFF
 CMAKE_ARGS+=   -DENABLE_GOA=OFF
 CMAKE_ARGS+=   -DENABLE_WEATHER=OFF
 CMAKE_ARGS+=   -DENABLE_OAUTH2=OFF
+CMAKE_ARGS+=   -DLIB_SUFFIX=""
 
 CFLAGS.NetBSD+=        -D_NETBSD_SOURCE
 



Home | Main Index | Thread Index | Old Index