Ticket #53228: R-Portfile-take2.diff
File R-Portfile-take2.diff, 952 bytes (added by kjellpk (Kjell Konis), 8 years ago) |
---|
-
Portfile
old new 55 55 56 56 ## Check to see if this is fixed post 3.3.0 57 57 reinplace "s|<libintl.h>|\"libintl.h\"|" "${worksrcpath}/src/include/Defn.h" 58 59 reinplace "s|#ifdef ZLIB_VERSION|#ifdef ZLIB_VERSION\\\n if(strlen(ZLIB_VERSION) == 6) exit(strncmp(ZLIB_VERSION, \"1.2.05\", 6) < 0);|" \ 60 "${worksrcpath}/configure" 58 61 } 59 62 60 63 # Note: gcc cannot be used for the C compiler. It will give: … … 78 81 --enable-BLAS-shlib \ 79 82 --without-tcltk \ 80 83 --without-cairo \ 81 --with-system-zlib \82 84 --without-internal-tzcode \ 83 85 --without-recommended-packages \ 84 86 --without-x \