[71448] trunk/dports/devel/libhsplasma/Portfile
ryandesign at macports.org
ryandesign at macports.org
Mon Sep 13 03:31:44 PDT 2010
Revision: 71448
http://trac.macports.org/changeset/71448
Author: ryandesign at macports.org
Date: 2010-09-13 03:31:43 -0700 (Mon, 13 Sep 2010)
Log Message:
-----------
libhsplasma: don't include debugging info unless debug variant is chosen
Modified Paths:
--------------
trunk/dports/devel/libhsplasma/Portfile
Modified: trunk/dports/devel/libhsplasma/Portfile
===================================================================
--- trunk/dports/devel/libhsplasma/Portfile 2010-09-13 10:28:19 UTC (rev 71447)
+++ trunk/dports/devel/libhsplasma/Portfile 2010-09-13 10:31:43 UTC (rev 71448)
@@ -5,6 +5,7 @@
name libhsplasma
version 0.0-659
+revision 1
categories devel
platforms darwin
maintainers ryandesign
@@ -33,7 +34,8 @@
universal_variant no
-configure.args --with-pkgconfig \
+configure.args --no-debug \
+ --with-pkgconfig \
--with-python=${prefix}/Library/Frameworks/Python.framework/Versions/2.6 \
--with-zlib=${prefix} \
--with-jpeg=${prefix} \
@@ -56,7 +58,7 @@
}
variant debug description {Build with debugging symbols} {
- configure.cflags-append -g
+ configure.args-delete --no-debug
}
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100913/26c8ff36/attachment.html>
More information about the macports-changes
mailing list