summaryrefslogtreecommitdiff
path: root/editors/emacs24/patches
diff options
context:
space:
mode:
authormarino <marino>2012-12-15 12:27:45 +0000
committermarino <marino>2012-12-15 12:27:45 +0000
commit3a8a3c1d24c9e76bc5b5788b0724ff73e61431c8 (patch)
treeb884b2aa9d26684dfe9ae3fea39830434e38da83 /editors/emacs24/patches
parente47ec908040729ae2d57bf343473e12d14b42ad5 (diff)
downloadpkgsrc-3a8a3c1d24c9e76bc5b5788b0724ff73e61431c8.tar.gz
editors/emacs24: Fix breakage caused by previous commit
The previous commit used openpty on all platforms, yet failed to ensure it was made available for them. Add DragonFly to the string of *BSD that require libutil for openpty. Fixes regression caused by previous commit.
Diffstat (limited to 'editors/emacs24/patches')
-rw-r--r--editors/emacs24/patches/patch-aa4
-rw-r--r--editors/emacs24/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs24/patches/patch-aa b/editors/emacs24/patches/patch-aa
index c3fd99bf4b8..d36e9604fd1 100644
--- a/editors/emacs24/patches/patch-aa
+++ b/editors/emacs24/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 2012/11/26 16:56:16 martin Exp $
+$NetBSD: patch-aa,v 1.5 2012/12/15 12:27:45 marino Exp $
Add DragonFly
@@ -24,7 +24,7 @@ Add DragonFly
aix4-2) LIBS_SYSTEM="-lrts -lIM -liconv" ;;
- freebsd) LIBS_SYSTEM="-lutil" ;;
-+ freebsd|netbsd|openbsd) LIBS_SYSTEM="-lutil" ;;
++ freebsd|netbsd|openbsd|dragonfly) LIBS_SYSTEM="-lutil" ;;
hpux*) LIBS_SYSTEM="-l:libdld.sl" ;;
diff --git a/editors/emacs24/patches/patch-ab b/editors/emacs24/patches/patch-ab
index 990fb7db2b6..967038af4d9 100644
--- a/editors/emacs24/patches/patch-ab
+++ b/editors/emacs24/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.4 2012/11/26 16:56:16 martin Exp $
+$NetBSD: patch-ab,v 1.5 2012/12/15 12:27:45 marino Exp $
Add DragonFly
@@ -25,7 +25,7 @@ Add DragonFly
aix4-2) LIBS_SYSTEM="-lrts -lIM -liconv" ;;
- freebsd) LIBS_SYSTEM="-lutil" ;;
-+ freebsd|netbsd|openbsd) LIBS_SYSTEM="-lutil" ;;
++ freebsd|netbsd|openbsd|dragonfly) LIBS_SYSTEM="-lutil" ;;
hpux*) LIBS_SYSTEM="-l:libdld.sl" ;;