Changes between Initial Version and Version 5 of Ticket #7341


Ignore:
Timestamp:
Mar 24, 2016, 1:09:20 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7341

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Port apr-util added
  • Ticket #7341 – Description

    initial v5  
    11The apr-util port has a missing build dependancy on gawk. The following small patch fixes it:
    22
     3{{{
    34Index: Portfile
    45===================================================================
     
    1617 configure.env  CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
    1718 configure.args --with-apr=${prefix}/bin/apr-1-config --with-expat=${prefix} \
     19}}}