aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2004-12-30 08:16:26 +0800
committernobutaka <nobutaka@FreeBSD.org>2004-12-30 08:16:26 +0800
commite984664989c357c7040d825cbf9dc5685544cbca (patch)
tree9e374733e6d96115b2b5fc23a28713d84d6f63cb
parent9efce770a2756f726537bd16c8b99f62bc3f74e7 (diff)
downloadfreebsd-ports-gnome-e984664989c357c7040d825cbf9dc5685544cbca.tar.gz
freebsd-ports-gnome-e984664989c357c7040d825cbf9dc5685544cbca.tar.zst
freebsd-ports-gnome-e984664989c357c7040d825cbf9dc5685544cbca.zip
Remove patch-mach_dep.c.
This file should have been removed in previous update. Pointed out by: Scott Robbins <scottro@nyc.rr.com>, kris
-rw-r--r--devel/boehm-gc/files/patch-mach_dep.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/boehm-gc/files/patch-mach_dep.c b/devel/boehm-gc/files/patch-mach_dep.c
deleted file mode 100644
index 6229acf5d0a6..000000000000
--- a/devel/boehm-gc/files/patch-mach_dep.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- mach_dep.c.orig Tue Dec 2 09:04:34 2003
-+++ mach_dep.c Sun Oct 31 02:13:04 2004
-@@ -465,7 +465,7 @@
- /* the stack. Return sp. */
- # ifdef SPARC
- asm(" .seg \"text\"");
--# if defined(SVR4) || defined(NETBSD)
-+# if defined(SVR4) || defined(NETBSD) || defined(FREEBSD)
- asm(" .globl GC_save_regs_in_stack");
- asm("GC_save_regs_in_stack:");
- asm(" .type GC_save_regs_in_stack,#function");