Ticket #36717: Portfile.diff
File Portfile.diff, 536 bytes (added by mklein-de (Michael Klein), 12 years ago) |
---|
-
dports/sysutils/e2fsprogs/Portfile
diff --git a/dports/sysutils/e2fsprogs/Portfile b/dports/sysutils/e2fsprogs/Portfile index b4a689f..4102da8 100644
a b if {${configure.compiler} == "clang"} { 37 37 configure.cflags-append "--std=gnu89 -Wno-return-type" 38 38 } 39 39 40 platform darwin 9 {41 # hack around missing memalign (#33692)42 patchfiles-append patch-lib-ext2fs-inline.c.diff43 }44 45 40 universal_variant no 46 41 47 42 configure.args-append --enable-bsd-shlibs \