Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2024 08:41:47 GMT
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cd45da9526dc - main - www/linux-c7-qtwebkit: Fix fetch
Message-ID:  <202403270841.42R8flnM026803@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by tijl:

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

commit cd45da9526dc4b5520016356c2342aba3dc5fea7
Author:     Tijl Coosemans <tijl@FreeBSD.org>
AuthorDate: 2024-03-26 20:45:37 +0000
Commit:     Tijl Coosemans <tijl@FreeBSD.org>
CommitDate: 2024-03-27 08:39:22 +0000

    www/linux-c7-qtwebkit: Fix fetch
    
    This port is amd64-only and does not provide 32 bit libraries.
    Before 667277248f7e amd64-only ports did not try to fetch 32 bit
    libraries.
    
    Reported by:    bdrewery
    Fixes:          667277248f7e Various Linux CentOS 7 updates
---
 www/linux-c7-qtwebkit/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/linux-c7-qtwebkit/Makefile b/www/linux-c7-qtwebkit/Makefile
index cf0a604beb3b..aac049c936a9 100644
--- a/www/linux-c7-qtwebkit/Makefile
+++ b/www/linux-c7-qtwebkit/Makefile
@@ -15,7 +15,7 @@ USES=		cpe linux:c7
 CPE_VENDOR=	qt
 USE_LDCONFIG=	yes
 USE_LINUX=	fontconfig png xorglibs sqlite3 qt qt-x11
-USE_LINUX_RPM=	yes
+USE_LINUX_RPM=	nolib
 
 CONFLICTS=	linux-c6-qt47-webkit
 



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