Ticket #47662: aqbanking5.diff

File aqbanking5.diff, 728 bytes (added by RJVB (René Bertin), 9 years ago)
  • /opt/local/

    old new  
    44PortSystem        1.0
    55
    66name              aqbanking5
     7revision          1
    78# This port offers the latest stable version (also as a gtk subport)
    89# as well as the latest beta version as aqbanking5-devel
    910# and the svn version as aqbanking5-svn!
     
    133134    livecheck.type    none
    134135}
    135136
     137post-destroot {
     138    # correct braindead build system:
     139    reinplace "s|libaqbanking.so|libaqbanking.dylib|g" \
     140        ${destroot}${prefix}/lib/cmake/aqbanking-5.5/aqbanking-config.cmake
     141}
     142