[114332] trunk/dports/sysutils/rpm/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Dec 5 03:34:56 PST 2013


Revision: 114332
          https://trac.macports.org/changeset/114332
Author:   ryandesign at macports.org
Date:     2013-12-05 03:34:56 -0800 (Thu, 05 Dec 2013)
Log Message:
-----------
rpm: fix build failure due to undefined libiconv symbols (#40128; maintainer timeout)

Modified Paths:
--------------
    trunk/dports/sysutils/rpm/Portfile

Modified: trunk/dports/sysutils/rpm/Portfile
===================================================================
--- trunk/dports/sysutils/rpm/Portfile	2013-12-05 11:27:46 UTC (rev 114331)
+++ trunk/dports/sysutils/rpm/Portfile	2013-12-05 11:34:56 UTC (rev 114332)
@@ -4,7 +4,7 @@
 
 name			rpm
 version			4.4.9
-revision                14
+revision		15
 platforms		darwin freebsd linux
 license			GPL-2 LGPL-2
 categories		sysutils archivers
@@ -24,7 +24,7 @@
 
 depends_lib		port:gettext \
 			port:popt port:sqlite3 port:beecrypt \
-			port:neon
+			port:neon port:libiconv
 
 depends_run		port:openssl \
 			bin:gzip:gzip \
@@ -40,6 +40,8 @@
 			--with-python=2.5 --with-perl=5.8 --without-apidocs \
 			--sysconfdir=${prefix}/etc
 
+configure.libs-append	-liconv
+
 configure.env		__PYTHON=${prefix}/bin/python2.5 __PERL=${prefix}/bin/perl5.8
 
 			# needed because it checks for sqlite3_open in sqlite lib...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131205/fc9c1ffe/attachment.html>


More information about the macports-changes mailing list