pkgsrc/editors/emacs/patches/patch-ab

40 lines
1 KiB
Text
Raw Normal View History

$NetBSD: patch-ab,v 1.29 2010/06/01 21:44:54 minskim Exp $
--- work/emacs-23.2/configure.orig 2010-05-08 12:10:16.000000000 +0900
+++ configure 2010-05-12 20:32:23.000000000 +0900
@@ -1995,7 +1995,7 @@
docdir='${datadir}/emacs/${version}/etc'
gamedir='${localstatedir}/games/emacs'
-gameuser=games
+gameuser=${GAMEOWN}
2006-06-06 18:23:17 +02:00
@@ -2652,6 +2652,14 @@
amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;;
esac
;;
+ ## DragonFly ports
+ *-*-dragonfly*)
+ opsys=dragonfly
+ case "${canonical}" in
+ i[3456]86-*-dragonfly*) machine=intel386 ;;
+ amd64-*-dragonfly*|x86_64-*-dragonfly*) machine=amdx86-64 ;;
+ esac
+ ;;
## FreeBSD kernel + glibc based userland
*-*-kfreebsd*gnu* )
@@ -9849,9 +9857,9 @@
window_system=nextstep
with_xft=no
# set up packaging dirs
+ if test "${EN_NS_SELF_CONTAINED}" = yes; then
exec_prefix=${ns_appbindir}
libexecdir=${ns_appbindir}/libexec
- if test "${EN_NS_SELF_CONTAINED}" = yes; then
prefix=${ns_appresdir}
fi
fi