[140977] trunk/dports/net/proxytunnel/files/patch-Makefile.diff

ryandesign at macports.org ryandesign at macports.org
Tue Oct 6 21:52:32 PDT 2015


Revision: 140977
          https://trac.macports.org/changeset/140977
Author:   ryandesign at macports.org
Date:     2015-10-06 21:52:31 -0700 (Tue, 06 Oct 2015)
Log Message:
-----------
proxytunnel: also link with libcrypto to fix build failure (#49139)

Modified Paths:
--------------
    trunk/dports/net/proxytunnel/files/patch-Makefile.diff

Modified: trunk/dports/net/proxytunnel/files/patch-Makefile.diff
===================================================================
--- trunk/dports/net/proxytunnel/files/patch-Makefile.diff	2015-10-07 03:53:35 UTC (rev 140976)
+++ trunk/dports/net/proxytunnel/files/patch-Makefile.diff	2015-10-07 04:52:31 UTC (rev 140977)
@@ -1,5 +1,14 @@
---- Makefile.orig	2010-12-24 05:32:56.000000000 +0100
-+++ Makefile	2010-12-24 05:33:39.000000000 +0100
+--- Makefile.orig	2008-02-26 17:31:08.000000000 -0600
++++ Makefile	2015-10-06 23:51:00.000000000 -0500
+@@ -37,7 +37,7 @@
+ 
+ # END system dependant block
+ 
+-SSL_LIBS := $(shell pkg-config --libs libssl 2>/dev/null)
++SSL_LIBS := $(shell pkg-config --libs libssl libcrypto 2>/dev/null)
+ ifeq ($(SSL_LIBS),)
+ SSL_LIBS := $(shell pkg-config --libs openssl 2>/dev/null)
+ endif
 @@ -76,8 +76,10 @@
  	@rm -f $(PROGNAME) $(OBJ)
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151006/7e935649/attachment.html>


More information about the macports-changes mailing list