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

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 23-29 Link Here
23
LIB_DEPENDS=	libexpat.so:textproc/expat2 \
23
LIB_DEPENDS=	libexpat.so:textproc/expat2 \
24
		libidn2.so:dns/libidn2
24
		libidn2.so:dns/libidn2
25
25
26
USES=		charsetfix iconv libtool localbase readline shebangfix
26
USES=		charsetfix compiler iconv libtool localbase readline shebangfix
27
GNU_CONFIGURE=	yes
27
GNU_CONFIGURE=	yes
28
28
29
PORTDOCS=	AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \
29
PORTDOCS=	AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \
Lines 71-77 Link Here
71
LDFLAGS+=	-pthread
71
LDFLAGS+=	-pthread
72
.endif
72
.endif
73
73
74
.if ${ARCH} == powerpc64
74
.if ${ARCH} == powerpc64 && ${CHOSEN_COMPILER_TYPE} == gcc
75
USE_GCC=	yes
75
USE_GCC=	yes
76
.endif
76
.endif
77
77

Return to bug 239762