FreeBSD 10 is not FreeBSD 1.
This commit is contained in:
parent
24582c1dd7
commit
b6b92c2456
2 changed files with 31 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.8 2013/10/27 20:30:44 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.9 2014/06/27 22:57:21 asau Exp $
|
||||
|
||||
SHA1 (silc-toolkit-1.1.10.tar.bz2) = 0bd4b1b410424733687fd2ad33c1b09cbbf8673f
|
||||
RMD160 (silc-toolkit-1.1.10.tar.bz2) = 9a505420569e8595eaee684c2e4bde7e4570654d
|
||||
Size (silc-toolkit-1.1.10.tar.bz2) = 1830280 bytes
|
||||
SHA1 (patch-configure) = 8ddeaa2a9b24a568860b8950b007ed52d13d5411
|
||||
SHA1 (patch-configure) = 914e14b1f76990bed534a3a9fa91a5cf8ae51565
|
||||
SHA1 (patch-configure.ac) = 8de54702db6a0f8d5e788239466d3ee3e550a660
|
||||
SHA1 (patch-lib_Makefile.am) = 87f9a0d450f3dc3a51a6bc7856b395df1281b475
|
||||
SHA1 (patch-lib_Makefile.in) = 79c11f6b3057cafbe68fab47fb7e4b4fb50fb1f9
|
||||
|
|
|
@ -1,7 +1,34 @@
|
|||
$NetBSD: patch-configure,v 1.1 2013/10/27 20:30:44 joerg Exp $
|
||||
$NetBSD: patch-configure,v 1.2 2014/06/27 22:57:21 asau Exp $
|
||||
|
||||
--- configure.orig 2013-10-16 20:50:46.000000000 +0000
|
||||
--- configure.orig 2009-08-07 11:51:30.000000000 +0000
|
||||
+++ configure
|
||||
@@ -9325,7 +9325,7 @@ if test -z "$aix_libpath"; then aix_libp
|
||||
hardcode_shlibpath_var=no
|
||||
;;
|
||||
|
||||
- freebsd1*)
|
||||
+ freebsd1|freebsd1.*)
|
||||
ld_shlibs=no
|
||||
;;
|
||||
|
||||
@@ -10226,7 +10226,7 @@ dgux*)
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
;;
|
||||
|
||||
-freebsd1*)
|
||||
+freebsd1|freebsd1.*)
|
||||
dynamic_linker=no
|
||||
;;
|
||||
|
||||
@@ -10237,7 +10237,7 @@ freebsd* | dragonfly*)
|
||||
objformat=`/usr/bin/objformat`
|
||||
else
|
||||
case $host_os in
|
||||
- freebsd[123]*) objformat=aout ;;
|
||||
+ freebsd[123]|freebsd[123].*) objformat=aout ;;
|
||||
*) objformat=elf ;;
|
||||
esac
|
||||
fi
|
||||
@@ -22200,7 +22200,6 @@ esac
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue