From f0ef1205fa8b133777713e6f6ebb7a5e5836a68c Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 15 Mar 2013 22:44:59 +0000 Subject: Update to 24.3: Highlights of this release include: Generalized variables are now in core Emacs Lisp. An update for the Common Lisp emulation library. A new major mode for Python. (The operating system support framework was changed -- Dragonfly support might need fixes.) --- editors/emacs24/patches/patch-ab | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'editors/emacs24/patches/patch-ab') diff --git a/editors/emacs24/patches/patch-ab b/editors/emacs24/patches/patch-ab index 967038af4d9..74b545436af 100644 --- a/editors/emacs24/patches/patch-ab +++ b/editors/emacs24/patches/patch-ab @@ -1,11 +1,11 @@ -$NetBSD: patch-ab,v 1.5 2012/12/15 12:27:45 marino Exp $ +$NetBSD: patch-ab,v 1.6 2013/03/15 22:45:00 wiz Exp $ Add DragonFly ---- configure.orig 2012-08-23 06:37:10.000000000 +0000 +--- configure.orig 2013-03-08 08:13:36.000000000 +0000 +++ configure -@@ -4476,6 +4476,15 @@ case "${canonical}" in - esac +@@ -4539,6 +4539,15 @@ case "${canonical}" in + opsys=netbsd ;; + ## DragonFly ports @@ -20,7 +20,7 @@ Add DragonFly ## OpenBSD ports *-*-openbsd* ) opsys=openbsd -@@ -7854,7 +7854,7 @@ +@@ -8341,7 +8350,7 @@ case "$opsys" in ## IBM's X11R5 uses -lIM and -liconv in AIX 3.2.2. aix4-2) LIBS_SYSTEM="-lrts -lIM -liconv" ;; @@ -29,7 +29,7 @@ Add DragonFly hpux*) LIBS_SYSTEM="-l:libdld.sl" ;; -@@ -8095,6 +8104,11 @@ case $opsys in +@@ -8382,6 +8391,11 @@ case $opsys in LIB_MATH= START_FILES='pre-crt0.o' ;; @@ -39,9 +39,9 @@ Add DragonFly + START_FILES='$(CRT_DIR)/crt1.o $(CRT_DIR)/crti.o' + ;; freebsd ) - LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtend.o $(CRT_DIR)/crtn.o' - START_FILES='pre-crt0.o $(CRT_DIR)/crt1.o $(CRT_DIR)/crti.o $(CRT_DIR)/crtbegin.o' -@@ -8209,6 +8223,51 @@ fi # crt_fi + LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtn.o' + START_FILES='pre-crt0.o $(CRT_DIR)/crt1.o $(CRT_DIR)/crti.o' +@@ -8508,6 +8522,51 @@ fi # crt_fi case $opsys in -- cgit v1.2.3