diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-04-29 22:22:56 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-04-29 22:22:56 +0000 |
commit | 84a5e9874747d48f63c11e345918f8c4228a7fb0 (patch) | |
tree | 1f644850435114b8847f6a1f4b0834328801c74c /editors | |
parent | - Fix the packing list [1] (diff) |
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.
Notes
Notes:
svn path=/head/; revision=134370
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-devel/Makefile | 6 |
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 |