Changeset 81595
- Timestamp:
- 08/02/11 10:05:58 (4 years ago)
- Location:
- trunk/dports/www/yaws
- Files:
-
- 2 edited
-
Portfile (modified) (2 diffs)
-
files/patch-configure.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/yaws/Portfile
r79775 r81595 5 5 6 6 name yaws 7 version 1.9 07 version 1.91 8 8 categories www 9 9 maintainers ciserlohn … … 16 16 master_sites http://yaws.hyber.org/download/ 17 17 18 checksums sha1 95b34ae990be90f7bb337cd16f9cfab112b3a1be\19 rmd160 138fb0e2fa2623e8d97a657adc7d48a6c017055218 checksums sha1 832665fd306ea19a433e3085055f39a5124205ef \ 19 rmd160 62fe994fe40b136c53d5b3b0ae62c134feeba39c 20 20 21 21 depends_build port:erlang -
trunk/dports/www/yaws/files/patch-configure.in
r79092 r81595 1 --- configure.in.orig 2011-0 5-31 23:06:43.000000000 +02002 +++ configure.in 2011-0 5-31 23:08:41.000000000 +02003 @@ -2 55,17 +255,6 @@1 --- configure.in.orig 2011-08-02 17:40:37.000000000 +0200 2 +++ configure.in 2011-08-02 17:41:12.000000000 +0200 3 @@ -274,21 +274,6 @@ 4 4 AC_LANG(C) 5 5 AC_CHECK_LIB([c],[sendfile],[HAVE_SENDFILE=true]) … … 9 9 - AC_RUN_IFELSE( 10 10 - [AC_LANG_PROGRAM([],[dnl 11 - halt(case erlang:system_info(wordsize) of 12 - 8 -> 0; 4 -> 1 end)])], 11 - halt(try erlang:system_info({wordsize,external}) of 12 - 8 -> 0; 4 -> 1 13 - catch _:badarg -> 14 - case erlang:system_info(wordsize) of 15 - 8 -> 0; 4 -> 1 16 - end end)])], 13 17 - [AC_MSG_NOTICE(found 64-bit Erlang) 14 18 - CBIT=-m64],
Note: See TracChangeset
for help on using the changeset viewer.

