#26673: giblib does not install universal --------------------------------------+------------------------------------- Reporter: jeremyhu@… | Owner: tristan@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: universal | Port: giblib --------------------------------------+------------------------------------- Comment(by jeremyhu@…): Here's a fix: {{{ Index: Portfile =================================================================== --- Portfile (revision 71711) +++ Portfile (working copy) @@ -3,6 +3,7 @@ PortSystem 1.0 name giblib version 1.2.4 +revision 1 categories graphics devel platforms darwin maintainers cs.dartmouth.edu:tristan @@ -21,6 +22,9 @@ depends_lib port:imlib2 port:freetype port:zlib +use_autoreconf yes +autoreconf.args -fvi + # install docs to $prefix/share/doc instead of $prefix/doc destroot.args docsdir=${prefix}/share/doc/${name} }}} -- Ticket URL: <https://trac.macports.org/ticket/26673#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS