summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/24.2/05_all_freebsd.patch')
-rw-r--r--emacs/24.2/05_all_freebsd.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/emacs/24.2/05_all_freebsd.patch b/emacs/24.2/05_all_freebsd.patch
deleted file mode 100644
index 7444c33..0000000
--- a/emacs/24.2/05_all_freebsd.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Fix linking on FreeBSD.
-http://debbugs.gnu.org/12047
-
---- emacs-24.1-orig/configure.in
-+++ emacs-24.1/configure.in
-@@ -1009,8 +1009,8 @@
- START_FILES='pre-crt0.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'
-+ LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtn.o'
-+ START_FILES='pre-crt0.o $(CRT_DIR)/crt1.o $(CRT_DIR)/crti.o'
- ;;
- gnu-linux | gnu-kfreebsd )
- LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtn.o'