pkgsrc/editors/emacs/patches/patch-ab
markd 8d0ac02a06 Update emacs{,-nox11} to 22.1.
update based in part on wip/emacs-current and wip/emacs22 packages.

Many many changes since 21.4a.  Read NEWS file for details.
2007-06-11 13:57:15 +00:00

21 lines
751 B
Text

$NetBSD: patch-ab,v 1.25 2007/06/11 13:57:18 markd Exp $
--- configure.orig 2007-05-26 00:43:29.000000000 +1200
+++ configure
@@ -1809,7 +1809,7 @@ archlibdir='${libexecdir}/emacs/${versio
docdir='${datadir}/emacs/${version}/etc'
gamedir='${localstatedir}/games/emacs'
-gameuser=games
+gameuser=${GAMEOWN}
# Check whether --with-gcc was given.
@@ -3128,6 +3128,7 @@ _ACEOF
*-sysv5uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
*-sysv5OpenUNIX* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
*-386bsd* ) opsys=386bsd ;;
+ *-dragonfly* ) opsys=dragonfly ;;
*-nextstep* ) opsys=nextstep ;;
## Otherwise, we'll fall through to the generic opsys code at the bottom.
esac