mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
unbreak for amd64
This commit is contained in:
parent
422084ed8e
commit
e7be12134b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164699
@ -59,10 +59,6 @@ JAVA_VENDOR= freebsd bsdjava
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
BROKEN= "Work in progress"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
GCC_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
FREEBSD_ENV_SET= FreeBSDAMDEnv.Set
|
||||
@ -166,7 +162,10 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --with-gnu-patch=${LOCALBASE
|
||||
#workarounds
|
||||
CONFIGURE_ARGS+= --with-system-xrender-headers=yes #i62713#
|
||||
CONFIGURE_ARGS+= --with-system-freetype #link error with internal one
|
||||
.if (${GCCVER} == 4.1.1)
|
||||
.if ${ARCH} == amd64
|
||||
WITHOUT_MOZILLA= yes
|
||||
.endif
|
||||
.if (${GCCVER} == 4.1.2)
|
||||
LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost
|
||||
CONFIGURE_ARGS+= --with-system-boost=yes #i58343#
|
||||
.endif
|
||||
|
@ -59,10 +59,6 @@ JAVA_VENDOR= freebsd bsdjava
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
BROKEN= "Work in progress"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
GCC_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
FREEBSD_ENV_SET= FreeBSDAMDEnv.Set
|
||||
@ -166,7 +162,10 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --with-gnu-patch=${LOCALBASE
|
||||
#workarounds
|
||||
CONFIGURE_ARGS+= --with-system-xrender-headers=yes #i62713#
|
||||
CONFIGURE_ARGS+= --with-system-freetype #link error with internal one
|
||||
.if (${GCCVER} == 4.1.1)
|
||||
.if ${ARCH} == amd64
|
||||
WITHOUT_MOZILLA= yes
|
||||
.endif
|
||||
.if (${GCCVER} == 4.1.2)
|
||||
LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost
|
||||
CONFIGURE_ARGS+= --with-system-boost=yes #i58343#
|
||||
.endif
|
||||
|
@ -59,10 +59,6 @@ JAVA_VENDOR= freebsd bsdjava
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
BROKEN= "Work in progress"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
GCC_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
FREEBSD_ENV_SET= FreeBSDAMDEnv.Set
|
||||
@ -166,7 +162,10 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --with-gnu-patch=${LOCALBASE
|
||||
#workarounds
|
||||
CONFIGURE_ARGS+= --with-system-xrender-headers=yes #i62713#
|
||||
CONFIGURE_ARGS+= --with-system-freetype #link error with internal one
|
||||
.if (${GCCVER} == 4.1.1)
|
||||
.if ${ARCH} == amd64
|
||||
WITHOUT_MOZILLA= yes
|
||||
.endif
|
||||
.if (${GCCVER} == 4.1.2)
|
||||
LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost
|
||||
CONFIGURE_ARGS+= --with-system-boost=yes #i58343#
|
||||
.endif
|
||||
|
@ -59,10 +59,6 @@ JAVA_VENDOR= freebsd bsdjava
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
BROKEN= "Work in progress"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
GCC_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
FREEBSD_ENV_SET= FreeBSDAMDEnv.Set
|
||||
@ -166,7 +162,10 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --with-gnu-patch=${LOCALBASE
|
||||
#workarounds
|
||||
CONFIGURE_ARGS+= --with-system-xrender-headers=yes #i62713#
|
||||
CONFIGURE_ARGS+= --with-system-freetype #link error with internal one
|
||||
.if (${GCCVER} == 4.1.1)
|
||||
.if ${ARCH} == amd64
|
||||
WITHOUT_MOZILLA= yes
|
||||
.endif
|
||||
.if (${GCCVER} == 4.1.2)
|
||||
LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost
|
||||
CONFIGURE_ARGS+= --with-system-boost=yes #i58343#
|
||||
.endif
|
||||
|
@ -59,10 +59,6 @@ JAVA_VENDOR= freebsd bsdjava
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
BROKEN= "Work in progress"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
GCC_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
FREEBSD_ENV_SET= FreeBSDAMDEnv.Set
|
||||
@ -166,7 +162,10 @@ CONFIGURE_ARGS+= --with-gnu-cp=${LOCALBASE}/bin/gcp --with-gnu-patch=${LOCALBASE
|
||||
#workarounds
|
||||
CONFIGURE_ARGS+= --with-system-xrender-headers=yes #i62713#
|
||||
CONFIGURE_ARGS+= --with-system-freetype #link error with internal one
|
||||
.if (${GCCVER} == 4.1.1)
|
||||
.if ${ARCH} == amd64
|
||||
WITHOUT_MOZILLA= yes
|
||||
.endif
|
||||
.if (${GCCVER} == 4.1.2)
|
||||
LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost
|
||||
CONFIGURE_ARGS+= --with-system-boost=yes #i58343#
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user