Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 11:13:22 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cc4f073d21d3 - main - graphics/gd: fix test if "Host OSVERSION" and "Jail OSVERSION" differs
Message-ID:  <202403211113.42LBDMHp033512@gitrepo.freebsd.org>

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

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

commit cc4f073d21d3c4553e9330899b30738d45014947
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2024-03-21 11:12:06 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2024-03-21 11:13:16 +0000

    graphics/gd: fix test if "Host OSVERSION" and "Jail OSVERSION" differs
    
    PR: 277853
---
 graphics/gd/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index 4ef8e55edc1d..915a0f860380 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -70,6 +70,7 @@ ICONV_USES=	iconv
 ICONV_CONFIGURE_ON=	${ICONV_CONFIGURE_ARG}
 THREADS_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-threads
 THREADS_USES=		autoreconf
+TEST_USES=		autoreconf
 
 .include <bsd.port.options.mk>
 



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