diff options
author | yoichi <yoichi@FreeBSD.org> | 2005-11-26 16:29:27 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2005-11-26 16:29:27 +0800 |
commit | ca04fe39315071e46a7fd19031f1d17cd730dd98 (patch) | |
tree | 0c81342910fc849c1c018c7172dcf93802c1b9f9 /editors/xemacs21-mule/Makefile | |
parent | f56b0656d5cf43f72488ebbe0bd87a3b3db821f0 (diff) | |
download | freebsd-ports-gnome-ca04fe39315071e46a7fd19031f1d17cd730dd98.tar.gz freebsd-ports-gnome-ca04fe39315071e46a7fd19031f1d17cd730dd98.tar.zst freebsd-ports-gnome-ca04fe39315071e46a7fd19031f1d17cd730dd98.zip |
XEmacs binary built with --pdump does not run without .dmp file.
The fix will be removing --pdump or add .dmp in plist, and now
take the first solution suggested by the maintainer.
The change only affects amd64 build.
Submitted by: maintainer
Diffstat (limited to 'editors/xemacs21-mule/Makefile')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 833b3d7eec2e..1f9ff51085b8 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -7,6 +7,7 @@ PORTNAME= xemacs-mule PORTVERSION= ${XEMACS_VER} +PORTREVISION= 1 CATEGORIES+= editors MASTER_SITES= ${MASTER_SITE_XEMACS} MASTER_SITE_SUBDIR= xemacs-${XEMACS_REL} @@ -97,9 +98,9 @@ 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 --pdump -.endif +#.if ${ARCH} == "amd64" +#CONFIGURE_ARGS+=--with-system-malloc --pdump +#.endif pre-fetch: .if !defined(WITH_GTK) |