aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorlesi <lesi@FreeBSD.org>2005-04-30 06:22:56 +0800
committerlesi <lesi@FreeBSD.org>2005-04-30 06:22:56 +0800
commitb1749dbb2df03da1945b78e0a3384ba15bfc3cd3 (patch)
tree47dcfa4aea9427c96656f02d2c3eae5c5f81a424 /editors
parent405ce1a98384860605fa4e093531993d35313216 (diff)
downloadfreebsd-ports-gnome-b1749dbb2df03da1945b78e0a3384ba15bfc3cd3.tar.gz
freebsd-ports-gnome-b1749dbb2df03da1945b78e0a3384ba15bfc3cd3.tar.zst
freebsd-ports-gnome-b1749dbb2df03da1945b78e0a3384ba15bfc3cd3.zip
Remove additional CONFIGURE_ARGS for amd64 added in rev. 1.78. They don't
seem to be necessary any more. This should make plist on amd64 correct again so unmark BROKEN there.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-devel/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile
index e660d96ed3fa..f71b5a2eb1e1 100644
--- a/editors/xemacs-devel/Makefile
+++ b/editors/xemacs-devel/Makefile
@@ -59,12 +59,6 @@ PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH}
.include <bsd.port.pre.mk>
-# Undump and malloc do not behave on amd64 at the moment
-.if ${ARCH} == "amd64"
-CONFIGURE_ARGS+= --with-system-malloc --enable-pdump
-BROKEN= "Incomplete pkg-plist"
-.endif
-
.if exists(${X11BASE}/lib/libXm.so)
USE_MOTIF= yes
HAVE_MOTIF= yes