Ticket #23272: Portfile-qtiplot-2.diff
File Portfile-qtiplot-2.diff, 1000 bytes (added by nicos_pavlov@…, 15 years ago) |
---|
-
Portfile
old new 26 26 port:muparser \ 27 27 port:boost \ 28 28 port:gsl \ 29 port:libpng 29 port:libpng \ 30 port:zlib 30 31 31 32 checksums md5 08e4943cadd5ee39e28e4ce0d61d475a \ 32 33 sha1 ad83187af31172794771012072b57a67f9288628 \ … … 44 45 # create the configuration, see build.conf.example which comes with the package 45 46 set confFD [open ${worksrcpath}/build.conf "w"] 46 47 puts $confFD "SYS_INCLUDEPATH = ${prefix}/include" 47 puts $confFD "SYS_LIBS = -L${prefix}/lib" 48 # snow leopard seems to need zlib explicitly, see #23272 49 puts $confFD "SYS_LIBS = -L${prefix}/lib -lz" 48 50 puts $confFD "MUPARSER_LIBS = -lmuparser" 49 51 puts $confFD "GSL_LIBS = -lgsl -lgslcblas" 50 52 puts $confFD "BOOST_LIBS = -lboost_date_time-mt -lboost_thread-mt"