#38048: kdelibs3 won't build on MacPorts base version 2.1.3, Snowleopard 10.6.8 ----------------------------+-------------------------------- Reporter: brewerleece@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: autoconf Port: kdelibs3 | ----------------------------+-------------------------------- Comment (by takekawa@…): It could be fixed by using automake-17 and aclocal-17. {{{ --- Portfile~ 2013-03-18 18:43:12.000000000 +0900 +++ Portfile 2013-03-18 18:44:08.000000000 +0900 @@ -33,6 +33,7 @@ dist_subdir kde3 depends_build port:autoconf263 \ + port:automake17 \ port:automake \ port:pkgconfig \ port:unsermake @@ -132,7 +133,7 @@ use_configure no use_parallel_build yes -build.env MAKEFLAGS="-j${build.jobs}" AUTOCONF=autoconf263 \ +build.env MAKEFLAGS="-j${build.jobs}" AUTOCONF=autoconf263 AUTOMAKE=automake-17 ACLOCAL=aclocal-17 \ CC=${configure.cc} CXX=${configure.cxx} build.cmd ./CompileScript.sh }}} -- Ticket URL: <https://trac.macports.org/ticket/38048#comment:12> MacPorts <http://www.macports.org/> Ports system for OS X