diff -uNr IPA/Makefile IPA/Makefile --- IPA/Makefile Thu Feb 24 17:14:20 2005 +++ IPA/Makefile Thu Feb 24 17:40:24 2005 @@ -7,7 +7,7 @@ # PORTNAME= IPA -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= graphics MASTER_SITES= http://www.prima.eu.org/IPA/ @@ -18,14 +18,12 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +USE_REINPLACE= yes .include -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64 (shared libraries need to be compiled with -fPIC)" -.endif - do-configure: @(cd ${WRKSRC} ; ${PERL} ./${CONFIGURE_SCRIPT}) + @(cd ${WRKSRC} ; ${REINPLACE_CMD} -e 's,-o,-fPIC &,' Makefile) .include diff -uNr IPA/distinfo IPA/distinfo --- IPA/distinfo Thu Jan 29 08:24:13 2004 +++ IPA/distinfo Thu Feb 24 17:15:10 2005 @@ -1,2 +1,2 @@ -MD5 (IPA-1.00.tar.gz) = 1557b262645523c5cc3bbc847a14e096 -SIZE (IPA-1.00.tar.gz) = 123840 +MD5 (IPA-1.01.tar.gz) = 9a214f2993a05fb4e5a3e1c3d171fed6 +SIZE (IPA-1.01.tar.gz) = 62282