[20232] trunk/dports/kde/kdepim3
source_changes at macosforge.org
source_changes at macosforge.org
Sun Oct 29 12:55:54 PST 2006
Revision: 20232
http://trac.macosforge.org/projects/macports/changeset/20232
Author: takanori at macports.org
Date: 2006-10-29 12:55:54 -0800 (Sun, 29 Oct 2006)
Log Message:
-----------
Use gpgme-pthread instead of gpgme-pth to fix crash in kmail.
Modified Paths:
--------------
trunk/dports/kde/kdepim3/Portfile
trunk/dports/kde/kdepim3/files/CompileScript.sh
Modified: trunk/dports/kde/kdepim3/Portfile
===================================================================
--- trunk/dports/kde/kdepim3/Portfile 2006-10-29 20:53:53 UTC (rev 20231)
+++ trunk/dports/kde/kdepim3/Portfile 2006-10-29 20:55:54 UTC (rev 20232)
@@ -5,6 +5,7 @@
PortSystem 1.0
name kdepim3
version 3.5.4
+revision 1
set kdeadmin kde-admindir-252
categories kde
maintainers ben at macports.org takanori at macports.org
Modified: trunk/dports/kde/kdepim3/files/CompileScript.sh
===================================================================
--- trunk/dports/kde/kdepim3/files/CompileScript.sh 2006-10-29 20:53:53 UTC (rev 20231)
+++ trunk/dports/kde/kdepim3/files/CompileScript.sh 2006-10-29 20:55:54 UTC (rev 20232)
@@ -2,10 +2,7 @@
export PREFIX="%p" USE_UNSERMAKE=1
. ./environment-helper.sh
-#fink
-# export ac_cv_path_GPGME_CONFIG="%p/bin/gpgme-config --thread=pthread"
-#macports
- export ac_cv_path_GPGME_CONFIG="%p/bin/gpgme-config --thread=pth"
+ export ac_cv_path_GPGME_CONFIG="%p/bin/gpgme-config --thread=pthread"
export CC=gcc CXX=g++
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061029/ef58eff0/attachment.html
More information about the macports-changes
mailing list