2010-06-01 23:44:54 +02:00
|
|
|
$NetBSD: patch-ab,v 1.29 2010/06/01 21:44:54 minskim Exp $
|
2003-07-06 18:10:18 +02:00
|
|
|
|
2010-06-01 23:44:54 +02:00
|
|
|
--- 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 @@
|
2007-06-11 15:57:15 +02:00
|
|
|
docdir='${datadir}/emacs/${version}/etc'
|
|
|
|
gamedir='${localstatedir}/games/emacs'
|
|
|
|
|
|
|
|
-gameuser=games
|
|
|
|
+gameuser=${GAMEOWN}
|
2004-02-25 20:11:43 +01:00
|
|
|
|
2006-06-06 18:23:17 +02:00
|
|
|
|
2009-08-06 06:46:04 +02:00
|
|
|
|
2010-06-01 23:44:54 +02:00
|
|
|
@@ -2652,6 +2652,14 @@
|
|
|
|
amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;;
|
2005-05-26 04:10:49 +02:00
|
|
|
esac
|
2009-08-06 06:46:04 +02:00
|
|
|
;;
|
|
|
|
+ ## DragonFly ports
|
|
|
|
+ *-*-dragonfly*)
|
|
|
|
+ opsys=dragonfly
|
|
|
|
+ case "${canonical}" in
|
|
|
|
+ i[3456]86-*-dragonfly*) machine=intel386 ;;
|
|
|
|
+ amd64-*-dragonfly*|x86_64-*-dragonfly*) machine=amdx86-64 ;;
|
|
|
|
+ esac
|
|
|
|
+ ;;
|
2010-06-01 23:44:54 +02:00
|
|
|
|
2009-08-06 06:46:04 +02:00
|
|
|
## FreeBSD kernel + glibc based userland
|
|
|
|
*-*-kfreebsd*gnu* )
|
2010-06-01 23:44:54 +02:00
|
|
|
@@ -9849,9 +9857,9 @@
|
2009-08-06 06:46:04 +02:00
|
|
|
window_system=nextstep
|
|
|
|
with_xft=no
|
|
|
|
# set up packaging dirs
|
2010-06-01 23:44:54 +02:00
|
|
|
+ if test "${EN_NS_SELF_CONTAINED}" = yes; then
|
|
|
|
exec_prefix=${ns_appbindir}
|
|
|
|
libexecdir=${ns_appbindir}/libexec
|
|
|
|
- if test "${EN_NS_SELF_CONTAINED}" = yes; then
|
2009-08-06 06:46:04 +02:00
|
|
|
prefix=${ns_appresdir}
|
|
|
|
fi
|
|
|
|
fi
|