Changeset 97818


Ignore:
Timestamp:
Sep 16, 2012, 9:41:23 PM (12 years ago)
Author:
ryandesign@…
Message:

php-svm: update to 0.1.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/php/php-svm/Portfile

    r94608 r97818  
    66
    77name                    php-svm
    8 version                 0.1.6
     8version                 0.1.8
    99categories-append       math
    1010platforms               darwin
     
    2020long_description        ${description}
    2121
    22 checksums               rmd160  03640c0a8ade422b94d967cc2fae4dc4250a3fe6 \
    23                         sha256  fcff9000d787423aff05390f0fb7c3d0b13cb23b9b59b6637baed136f911ec0e
    24 
    25 # error: non-void function 'php_svm_get_data_from_param' should return a value [-Wreturn-type]
    26 # https://github.com/ianbarber/php-svm/issues/2
    27 if {[string match "*clang*" ${configure.compiler}]} {
    28     configure.cppflags-append -Wno-return-type
    29 }
     22checksums               rmd160  68816f28ccf3b1522a2636f11271c5cae5bff241 \
     23                        sha256  f999b1451ea86ce136a683a2679867818bd285b3d2c701e8e6bdda3da23fe014
    3024
    3125if {${name} != ${subport}} {
    3226    depends_lib-append      port:libsvm
    3327   
     28    # libsvm is not universal
     29    universal_variant       no
     30   
    3431    configure.args-append   --with-svm=${prefix}
    3532}
Note: See TracChangeset for help on using the changeset viewer.