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

Collapse All | Expand All

(-)./Makefile (-11 / +4 lines)
Lines 14-20 Link Here
14
LICENSE=	LGPL20
14
LICENSE=	LGPL20
15
USE_XZ=		yes
16
PORTSCOUT=	limitw:1,even
15
PORTSCOUT=	limitw:1,even
17
.if !defined(REFERENCE_PORT)
16
.if !defined(REFERENCE_PORT)
Lines 22-33 Link Here
22
LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre \
21
LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre \
23
		libffi.so:${PORTSDIR}/devel/libffi
22
		libffi.so:${PORTSDIR}/devel/libffi
24
USE_AUTOTOOLS=	libtool
23
GNU_CONFIGURE=	yes
25
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
26
# iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo)
25
# iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo)
27
# (wchar_t is used by glibmm, rawtherapee triggered this)
26
# (wchar_t is used by glibmm, rawtherapee triggered this)
28
USES=		gettext gmake iconv:wchar_t pathfix pkgconfig shebangfix perl5
27
USES=		gettext gmake iconv:wchar_t pathfix pkgconfig shebangfix perl5\
29
USE_GNOME=	ltverhack
28
		tar:xz libtool:keepla
30
USE_PYTHON=	yes
29
USE_PYTHON=	yes
31
PYTHON_PY3K_PLIST_HACK=	yes
30
PYTHON_PY3K_PLIST_HACK=	yes
32
CONFIGURE_ARGS=	--enable-static \
31
CONFIGURE_ARGS=	--enable-static \
Lines 67-79 Link Here
67
.endif
66
.endif
68
# Let glib use asm code for implementing atomic ops on i386 and amd64.
67
# Let glib use asm code for implementing atomic ops on i386 and amd64.
69
.if ${ARCH} == "i386"
68
GLIB_ARCH=	${ARCH:S,i386,i486,:S,amd64,x86_64,}
70
GLIB_ARCH=	i486
71
.elif ${ARCH} == "amd64"
72
GLIB_ARCH=	x86_64
73
.else
74
GLIB_ARCH=	${ARCH}
75
.endif
76
CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL}
69
CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL}
77
.if ${PORT_OPTIONS:MCOLLATION_FIX}
70
.if ${PORT_OPTIONS:MCOLLATION_FIX}

Return to bug 190689