mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
BROKEN on amd64: Incomplete pkg-plist
Approved by: portmgr (self)
This commit is contained in:
parent
95de22d432
commit
cd41e65b9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132081
@ -61,6 +61,7 @@ PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH}
|
||||
# Undump and malloc do not behave on amd64 at the moment
|
||||
.if ${ARCH} == "amd64"
|
||||
CONFIGURE_ARGS+= --with-system-malloc --pdump
|
||||
BROKEN= "Incomplete pkg-plist"
|
||||
.endif
|
||||
|
||||
.if exists(${X11BASE}/lib/libXm.so)
|
||||
|
@ -48,6 +48,7 @@ PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH}
|
||||
# Undump and malloc do not behave on amd64 at the moment
|
||||
.if ${ARCH} == amd64
|
||||
CONFIGURE_ARGS+= --with-system-malloc --pdump
|
||||
BROKEN= "Incomplete pkg-plist"
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
|
@ -100,6 +100,7 @@ PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH}
|
||||
# Undump and malloc do not behave on amd64 at the moment
|
||||
.if ${ARCH} == "amd64"
|
||||
CONFIGURE_ARGS+=--with-system-malloc --pdump
|
||||
BROKEN= "Incomplete pkg-plist"
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
|
Loading…
Reference in New Issue
Block a user