Ticket #402: patch-jpeg-portfile

File patch-jpeg-portfile, 403 bytes (added by bchesneau@…, 21 years ago)

patch to correct it

Line 
1--- Portfile-old        Sun Mar 16 04:54:21 2003
2+++ Portfile    Sun Mar 16 04:51:24 2003
3@@ -38,5 +38,7 @@
4                  system "install -o root -m 644 -c libjpeg.${libver}.dylib ${destroot}/${prefix}/lib"
5                  system "ln -sf libjpeg.${libver}.dylib ${destroot}/${prefix}/lib/libjpeg.dylib"
6                  system "make install-headers"
7+                 system "make install-lib"
8+                 system "ranlib ${destroot}/${prefix}/lib/libjpeg.a"
9                }
10