1
0
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:
Stanislav Sedov 2009-12-19 11:11:15 +00:00
parent 2b7ba7b002
commit e683a33934
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246227
3 changed files with 36 additions and 0 deletions

View 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

View 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

View 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