Changeset 98699


Ignore:
Timestamp:
Oct 13, 2012, 10:22:17 AM (12 years ago)
Author:
ryandesign@…
Message:

gearmand: build with the right -arch flags (the build system ignores our CFLAGS and CXXFLAGS) and fix universal variant (the configure script checks the endianness and is confused by the result 'universal')

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/gearmand/Portfile

    r98698 r98699  
    33
    44PortSystem          1.0
     5
     6# configure: error: unable to determine endian
     7PortGroup           muniversal 1.0
    58
    69name                gearmand
     
    4548# gearmand handles parallel building using the --enable-jobserver arg above.
    4649use_parallel_build  no
     50
     51merger_arch_compiler yes
     52if {![variant_isset universal]} {
     53    configure.cc-append " ${configure.cc_archflags}"
     54    configure.cxx-append " ${configure.cxx_archflags}"
     55}
    4756
    4857post-destroot {
Note: See TracChangeset for help on using the changeset viewer.