Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2024 08:16:46 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8ceda9f721b8 - main - devel/libical: Fix build WITH_DEBUG=yes
Message-ID:  <202406150816.45F8GkGi090977@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ceda9f721b8bb44d7ed66ebc327d21e82bf8037

commit 8ceda9f721b8bb44d7ed66ebc327d21e82bf8037
Author:     Erkki Moorits <erkki.moorits@mail.ee>
AuthorDate: 2024-06-15 08:16:18 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-06-15 08:16:18 +0000

    devel/libical: Fix build WITH_DEBUG=yes
    
    PR:             278580
---
 devel/libical/pkg-plist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/libical/pkg-plist b/devel/libical/pkg-plist
index d819fd64dcb5..09ff9b2a51d4 100644
--- a/devel/libical/pkg-plist
+++ b/devel/libical/pkg-plist
@@ -83,7 +83,7 @@ include/libical/vcaltmp.h
 include/libical/vcc.h
 include/libical/vcomponent_cxx.h
 include/libical/vobject.h
-%%GLIB%%lib/cmake/LibIcal/IcalGlibSrcGenerator-release.cmake
+%%GLIB%%lib/cmake/LibIcal/IcalGlibSrcGenerator-%%CMAKE_BUILD_TYPE%%.cmake
 %%GLIB%%lib/cmake/LibIcal/IcalGlibSrcGenerator.cmake
 lib/cmake/LibIcal/LibIcalConfig.cmake
 lib/cmake/LibIcal/LibIcalConfigVersion.cmake


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406150816.45F8GkGi090977>