[141457] trunk/dports/security/libressl

jeremyhu at macports.org jeremyhu at macports.org
Sat Dec 12 01:36:47 PST 2015


Revision: 141457
          https://trac.macports.org/changeset/141457
Author:   jeremyhu at macports.org
Date:     2015-10-19 00:17:32 -0700 (Mon, 19 Oct 2015)
Log Message:
-----------
libressl: Address possible build failure if libressl isn't already installed

Modified Paths:
--------------
    trunk/dports/security/libressl/Portfile

Added Paths:
-----------
    trunk/dports/security/libressl/files/cppflags.patch

Modified: trunk/dports/security/libressl/Portfile
===================================================================
--- trunk/dports/security/libressl/Portfile	2015-10-19 06:23:17 UTC (rev 141456)
+++ trunk/dports/security/libressl/Portfile	2015-10-19 07:17:32 UTC (rev 141457)
@@ -28,7 +28,8 @@
                     sha256  6b409859be8654afc3862549494e097017e64c8d167f12584383586306ef9a7e
 
 patchfiles \
-    openssldir-cert.pem.patch
+    openssldir-cert.pem.patch \
+    cppflags.patch
 
 use_autoreconf  yes
 autoreconf.args -fvi

Added: trunk/dports/security/libressl/files/cppflags.patch
===================================================================
--- trunk/dports/security/libressl/files/cppflags.patch	                        (rev 0)
+++ trunk/dports/security/libressl/files/cppflags.patch	2015-10-19 07:17:32 UTC (rev 141457)
@@ -0,0 +1,14 @@
+https://github.com/libressl-portable/portable/issues/154
+
+diff -Naurp libressl-2.2.4.orig/tls/Makefile.am libressl-2.2.4/tls/Makefile.am
+--- tls/Makefile.am	2015-10-19 00:00:25.000000000 -0700
++++ tls/Makefile.am	2015-10-19 00:01:14.000000000 -0700
+@@ -5,7 +5,7 @@ lib_LTLIBRARIES = libtls.la
+ EXTRA_DIST = VERSION
+ EXTRA_DIST += CMakeLists.txt
+ 
+-libtls_la_CPPFLAGS =
++libtls_la_CPPFLAGS = $(AM_CPPFLAGS)
+ 
+ if OPENSSLDIR_DEFINED
+ libtls_la_CPPFLAGS += -DOPENSSLDIR=\"@OPENSSLDIR@\"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/0e7277f1/attachment-0001.html>


More information about the macports-changes mailing list