Ticket #1382: patch-Portfile

File patch-Portfile, 523 bytes (added by tp62@…, 20 years ago)

patching fixing libdl dependency on Panther

Line 
1--- darwinports/dports/devel/libmcrypt/Portfile Thu Oct 23 09:31:43 2003
2+++ Portfile    Mon Jan  5 04:01:27 2004
3@@ -3,7 +3,7 @@
4 PortSystem 1.0
5 name            libmcrypt
6 version         2.5.7
7-revision       1
8+revision       2
9 categories     devel security
10 maintainers            bchesneau@mac.com
11 description    The encryption library used by mcrypt
12@@ -21,5 +21,5 @@
13 configure.args --disable-posix-threads --mandir=${prefix}/share/man
14 
15 variant darwin {
16-       depends_lib-append      lib:libdl.1:dlcompat
17+       depends_lib-append      lib:libdl:dlcompat
18 }