[107748] trunk/dports/security/KeePassX/Portfile

eborisch at macports.org eborisch at macports.org
Thu Jul 4 17:34:03 PDT 2013


Revision: 107748
          https://trac.macports.org/changeset/107748
Author:   eborisch at macports.org
Date:     2013-07-04 17:34:03 -0700 (Thu, 04 Jul 2013)
Log Message:
-----------
KeePassX: Don't build with clang; fails with -stack-protector-buffer-size=4

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

Modified: trunk/dports/security/KeePassX/Portfile
===================================================================
--- trunk/dports/security/KeePassX/Portfile	2013-07-04 22:23:11 UTC (rev 107747)
+++ trunk/dports/security/KeePassX/Portfile	2013-07-05 00:34:03 UTC (rev 107748)
@@ -44,8 +44,13 @@
 
 post-extract {
     file mkdir ${worksrcpath}
+    reinplace "s|zlib.h|${prefix}/include/zlib.h|" ../${distname}/CMakeLists.txt
 }
 
+# Build fails with clang: unsupported -stack-protector-buffer-size=4
+# (even though clang -help lists option)
+compiler.blacklist      clang
+
 configure.cmd           cmake
 configure.pre_args      -DCMAKE_INSTALL_PREFIX=${applications_dir} \
                         -DZLIB_ROOT=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130704/d7bbe380/attachment.html>


More information about the macports-changes mailing list