diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 02:39:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-27 02:39:38 +0000 |
commit | cd41e65b9dc06f6ca922b425762dd608c5529313 (patch) | |
tree | fd4acdd6ed69d7b6ecac951371ce7eedb1d15f1b | |
parent | BROKEN on amd64, ia64 and sparc64: Build fails (diff) |
BROKEN on amd64: Incomplete pkg-plist
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=132081
-rw-r--r-- | editors/xemacs-devel/Makefile | 1 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 1 | ||||
-rw-r--r-- | editors/xemacs21-mule/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 8e1174b950e6..770b52cd39e8 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -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) diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 6f6d637861e4..7f5773c95b2b 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -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) diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 98cae6376807..10edadf96e46 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -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: |