mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Fix sparc64 build.
PR: ports/141713 Submitted by: Michael Moll <kvedulv@kvedulv.de>
This commit is contained in:
parent
2b7ba7b002
commit
e683a33934
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246227
12
devel/boehm-gc-redirect/files/patch-configure
Normal file
12
devel/boehm-gc-redirect/files/patch-configure
Normal file
@ -0,0 +1,12 @@
|
||||
--- configure.orig 2009-12-19 14:02:54.000000000 +0300
|
||||
+++ configure 2009-12-19 14:04:13.000000000 +0300
|
||||
@@ -6161,6 +6161,9 @@
|
||||
sparc-*-netbsd*)
|
||||
machdep="mach_dep.lo sparc_netbsd_mach_dep.lo"
|
||||
;;
|
||||
+ sparc64-*-freebsd*)
|
||||
+ machdep="mach_dep.lo sparc_mach_dep.lo"
|
||||
+ ;;
|
||||
sparc-sun-solaris2.3)
|
||||
machdep="mach_dep.lo sparc_mach_dep.lo"
|
||||
cat >>confdefs.h <<\_ACEOF
|
12
devel/boehm-gc-threaded/files/patch-configure
Normal file
12
devel/boehm-gc-threaded/files/patch-configure
Normal file
@ -0,0 +1,12 @@
|
||||
--- configure.orig 2009-12-19 14:02:54.000000000 +0300
|
||||
+++ configure 2009-12-19 14:04:13.000000000 +0300
|
||||
@@ -6161,6 +6161,9 @@
|
||||
sparc-*-netbsd*)
|
||||
machdep="mach_dep.lo sparc_netbsd_mach_dep.lo"
|
||||
;;
|
||||
+ sparc64-*-freebsd*)
|
||||
+ machdep="mach_dep.lo sparc_mach_dep.lo"
|
||||
+ ;;
|
||||
sparc-sun-solaris2.3)
|
||||
machdep="mach_dep.lo sparc_mach_dep.lo"
|
||||
cat >>confdefs.h <<\_ACEOF
|
12
devel/boehm-gc/files/patch-configure
Normal file
12
devel/boehm-gc/files/patch-configure
Normal file
@ -0,0 +1,12 @@
|
||||
--- configure.orig 2009-12-19 14:02:54.000000000 +0300
|
||||
+++ configure 2009-12-19 14:04:13.000000000 +0300
|
||||
@@ -6161,6 +6161,9 @@
|
||||
sparc-*-netbsd*)
|
||||
machdep="mach_dep.lo sparc_netbsd_mach_dep.lo"
|
||||
;;
|
||||
+ sparc64-*-freebsd*)
|
||||
+ machdep="mach_dep.lo sparc_mach_dep.lo"
|
||||
+ ;;
|
||||
sparc-sun-solaris2.3)
|
||||
machdep="mach_dep.lo sparc_mach_dep.lo"
|
||||
cat >>confdefs.h <<\_ACEOF
|
Loading…
Reference in New Issue
Block a user