View | Details | Raw Unified | Return to bug 265120 | Differences between
and this patch

Collapse All | Expand All

(-)b/attachment.cgi?id=228290 (+25 lines)
Added Link Here
1
From 1467dfa8046c16cce9839803d7b4e38f88a55879 Mon Sep 17 00:00:00 2001
2
From: Evgeniy Khramtsov <evgeniy@khramtsov.org>
3
Date: Thu, 30 Sep 2021 01:00:10 +0300
4
Subject: [PATCH] print/texinfo: respect CC
5
6
PR:		?
7
---
8
 print/texinfo/Makefile | 1 +
9
 1 file changed, 1 insertion(+)
10
11
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile
12
index 1cbd3ddd71b4..6bfcafb5b97a 100644
13
--- a/print/texinfo/Makefile
14
+++ b/print/texinfo/Makefile
15
@@ -30,6 +30,7 @@ OPTIONS_SUB=	yes
16
 
17
 USES=		charsetfix cpe gmake iconv libtool ncurses perl5 tar:xz
18
 
19
+CONFIGURE_ENV=	PERL_EXT_CC=${CC}
20
 CONFIGURE_ARGS=	--with-external-libintl-perl \
21
 		--with-external-Text-Unidecode \
22
 		--with-external-Unicode-EastAsianWidth
23
-- 
24
2.32.0
25
(-)b/dns/c-ares/Makefile (-2 lines)
Lines 16-22 LICENSE_FILE= ${WRKSRC}/LICENSE.md Link Here
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
CONFIGURE_ARGS=	--disable-werror
17
CONFIGURE_ARGS=	--disable-werror
18
INSTALL_TARGET=	install-strip
18
INSTALL_TARGET=	install-strip
19
SSP_UNSAFE=	Refuses -l in LDFLAGS
20
USES=		libtool pathfix compiler:c++11-lang gmake
19
USES=		libtool pathfix compiler:c++11-lang gmake
21
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
22
21
23
- 

Return to bug 265120