| 1 | --- Portfile.orig 2007-07-02 01:54:16.000000000 +0200 |
|---|
| 2 | +++ Portfile 2007-07-02 02:53:26.000000000 +0200 |
|---|
| 3 | @@ -17,6 +17,10 @@ |
|---|
| 4 | checksums sha1 b09aaf583f203cd6aaf511fb1f17ed356dbaa586 |
|---|
| 5 | use_bzip2 yes |
|---|
| 6 | |
|---|
| 7 | +# Locally fix mono bug; remove this when updating the port to 1.2.5. |
|---|
| 8 | +# See mono svn repository, revisions 77937 and 78175 |
|---|
| 9 | +patchfiles patch-mcs-class-System.Data-System.Data.Odbc-OdbcDataReader.cs |
|---|
| 10 | + |
|---|
| 11 | depends_lib port:pkgconfig port:gettext port:glib2 port:icu port:boehmgc \ |
|---|
| 12 | port:libiconv port:zlib port:libgdiplus |
|---|
| 13 | |
|---|
| 14 | @@ -57,5 +61,5 @@ |
|---|
| 15 | depends_lib-delete port:icu |
|---|
| 16 | configure.cflags-append -D_NONSTD_SOURCE |
|---|
| 17 | configure.cxxflags-append -D_NONSTD_SOURCE |
|---|
| 18 | - patchfiles patch-interp.h patch-stdio.c patch-sys-mman.c |
|---|
| 19 | + patchfiles-append patch-interp.h patch-stdio.c patch-sys-mman.c |
|---|
| 20 | } |
|---|