Changeset 80517
- Timestamp:
- 07/14/11 01:09:17 (4 years ago)
- Location:
- trunk/dports/databases/kyotocabinet
- Files:
-
- 2 edited
-
Portfile (modified) (2 diffs)
-
files/patch-configure.diff (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/databases/kyotocabinet/Portfile
r80145 r80517 5 5 6 6 name kyotocabinet 7 version 1.2.6 47 version 1.2.68 8 8 revision 0 9 9 categories databases … … 25 25 master_sites http://fallabs.com/${name}/pkg/ 26 26 27 checksums md5 d96d807acdc449cf1843648ba1097b74\28 sha1 f6be5e302af14ffed1deddfb70e4ef95b3656d02\29 rmd160 1e5ee98a0b2b0ca5b364c85c46f2a646b8d0cf2527 checksums md5 b50919c3fa4bc6ca27fa810712d461be \ 28 sha1 6a79c1aae075f905d895e78d5ad482107f97fcc1 \ 29 rmd160 8514c57de0e790a4184600ec7e8ab154b2fd545f 30 30 31 31 dist_subdir ${name}/${version}_${revision} -
trunk/dports/databases/kyotocabinet/files/patch-configure.diff
r76536 r80517 1 --- configure.orig 2011-0 2-20 12:35:40.000000000 +03002 +++ configure 2011-0 2-20 12:51:41.000000000 +03003 @@ -2 099,25 +2099,16 @@1 --- configure.orig 2011-07-14 12:00:17.000000000 +0400 2 +++ configure 2011-07-14 12:04:33.000000000 +0400 3 @@ -2103,26 +2103,16 @@ 4 4 # Building flags 5 5 MYCFLAGS="-Wall -ansi -pedantic -fPIC -fsigned-char -g0 -O2" … … 26 26 - 27 27 - 28 28 - 29 29 #================================================================ 30 30 # Options 31 @@ -3953,25 +3944,6 @@ 31 #================================================================ 32 @@ -3967,30 +3957,6 @@ 33 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 32 34 esac 33 35 34 36 - 35 37 -# System-depending optimization 36 38 -printf 'checking for 64-bit availability... ' … … 43 45 - printf 'no\n' 44 46 -fi 45 -printf 'checking whether the CPU is i686... ' 46 -if uname -a | egrep ' i686' >config.tmp 47 -if test "$enable_opt" != "no" 47 48 -then 48 - MYCXXFLAGS="-march=i686 $MYCXXFLAGS" 49 - printf 'yes\n' 50 -else 51 - printf 'no\n' 49 - printf 'checking for CPU optimization availability... ' 50 - if printf 'main() {}' | $CC -xc -march=native -o config.tmp - >config.tmp 2>&1 51 - then 52 - MYCFLAGS="-march=native $MYCFLAGS" 53 - MYCXXFLAGS="-march=native $MYCXXFLAGS" 54 - printf 'yes\n' 55 - else 56 - printf 'no\n' 57 - fi 52 58 -fi 53 59 -
Note: See TracChangeset
for help on using the changeset viewer.

