Ticket #13650: libgda.patch

File libgda.patch, 2.2 KB (added by freespace+macforge@…, 17 years ago)

produced by svn diff

  • Portfile

     
    3636default_variants +mysql5 +db4 +postgresql8 +sqlite
    3737
    3838post-configure {
    39         cd ${worksrcpath}
    4039        reinplace "s|-ldb|-ldb-4|g" \
    41                 Makefile data/Makefile \
    42                 doc/C/Makefile doc/Makefile \
    43                 libgda/Makefile libsql/Makefile \
    44                 providers/Makefile \
    45                 providers/bdb/Makefile \
    46                 providers/firebird/Makefile \
    47                 providers/freetds/Makefile \
    48                 providers/ibmdb2/Makefile \
    49                 providers/ldap/Makefile \
    50                 providers/mdb/Makefile \
    51                 providers/mdb/Makefile \
    52                 providers/msql/Makefile \
    53                 providers/mysql/Makefile \
    54                 providers/odbc/Makefile \
    55                 providers/oracle/Makefile \
    56                 providers/postgres/Makefile \
    57                 providers/sqlite/Makefile \
    58                 providers/xbase/Makefile \
    59                 providers/sybase/Makefile \
    60                 providers/xml/Makefile \
    61                 report/Makefile \
    62                 report/libgda-report/Makefile \
    63                 report/testing/Makefile \
    64                 testing/Makefile \
    65                 tools/Makefile
     40                ${worksrcpath}/Makefile ${worksrcpath}/Makefile ${worksrcpath}/data/Makefile \
     41                ${worksrcpath}/doc/C/Makefile ${worksrcpath}/Makefile ${worksrcpath}/doc/Makefile \
     42                ${worksrcpath}/libgda/Makefile ${worksrcpath}/Makefile ${worksrcpath}/libsql/Makefile \
     43                ${worksrcpath}/providers/Makefile \
     44                ${worksrcpath}/providers/bdb/Makefile \
     45                ${worksrcpath}/providers/firebird/Makefile \
     46                ${worksrcpath}/providers/freetds/Makefile \
     47                ${worksrcpath}/providers/ibmdb2/Makefile \
     48                ${worksrcpath}/providers/ldap/Makefile \
     49                ${worksrcpath}/providers/mdb/Makefile \
     50                ${worksrcpath}/providers/mdb/Makefile \
     51                ${worksrcpath}/providers/msql/Makefile \
     52                ${worksrcpath}/providers/mysql/Makefile \
     53                ${worksrcpath}/providers/odbc/Makefile \
     54                ${worksrcpath}/providers/oracle/Makefile \
     55                ${worksrcpath}/providers/postgres/Makefile \
     56                ${worksrcpath}/providers/sqlite/Makefile \
     57                ${worksrcpath}/providers/xbase/Makefile \
     58                ${worksrcpath}/providers/sybase/Makefile \
     59                ${worksrcpath}/providers/xml/Makefile \
     60                ${worksrcpath}/report/Makefile \
     61                ${worksrcpath}/report/libgda-report/Makefile \
     62                ${worksrcpath}/report/testing/Makefile \
     63                ${worksrcpath}/testing/Makefile \
     64                ${worksrcpath}/tools/Makefile
    6665}
    6766
    6867post-patch {