pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/automoc4



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 17 08:58:29 UTC 2025

Modified Files:
        pkgsrc/devel/automoc4: Makefile

Log Message:
automoc4: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/automoc4/Makefile

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

Modified files:

Index: pkgsrc/devel/automoc4/Makefile
diff -u pkgsrc/devel/automoc4/Makefile:1.42 pkgsrc/devel/automoc4/Makefile:1.43
--- pkgsrc/devel/automoc4/Makefile:1.42 Thu Apr 24 14:13:27 2025
+++ pkgsrc/devel/automoc4/Makefile      Sun Aug 17 08:58:28 2025
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.42 2025/04/24 14:13:27 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2025/08/17 08:58:28 wiz Exp $
 
 DISTNAME=      automoc4-0.9.88
 PKGREVISION=   33
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_KDE:=automoc4/0.9.88/}
-EXTRACT_SUFX=  .tar.bz2
 DIST_SUBDIR=   automoc4
+EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    markd%NetBSD.org@localhost
 HOMEPAGE=      https://www.kde.org/
@@ -17,6 +17,8 @@ CMAKE_ARG_PATH=       ..
 CONFIGURE_DIRS=        _build
 LDFLAGS.SunOS+=        -lrt
 
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
 pre-configure:
        ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
        ${MKDIR} ${WRKSRC}/_build



Home | Main Index | Thread Index | Old Index