diff options
author | mezz <mezz@FreeBSD.org> | 2009-08-04 06:41:02 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-08-04 06:41:02 +0800 |
commit | 1c384651a98f3e8e44cfe8ec04f0ffd33872a5ad (patch) | |
tree | 4ae8712ee4c28a6b42d6fafd360dcff0dcb00417 /textproc/iiimf-csconv | |
parent | 78c2ea923ea12378fac876c2aa90f29f34099140 (diff) | |
download | freebsd-ports-gnome-1c384651a98f3e8e44cfe8ec04f0ffd33872a5ad.tar.gz freebsd-ports-gnome-1c384651a98f3e8e44cfe8ec04f0ffd33872a5ad.tar.zst freebsd-ports-gnome-1c384651a98f3e8e44cfe8ec04f0ffd33872a5ad.zip |
Fix the build w/ libtool22. The previous tested in pointyhat-exp doesn't
catch this, because pointyhat-exp was amd64 and this port only limited to
i386.
Reported by: erwin (ran i386 8-exp)
Diffstat (limited to 'textproc/iiimf-csconv')
-rw-r--r-- | textproc/iiimf-csconv/Makefile | 3 | ||||
-rw-r--r-- | textproc/iiimf-csconv/pkg-plist | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/textproc/iiimf-csconv/Makefile b/textproc/iiimf-csconv/Makefile index 21ce8f894686..80a35127814d 100644 --- a/textproc/iiimf-csconv/Makefile +++ b/textproc/iiimf-csconv/Makefile @@ -43,6 +43,9 @@ post-patch: do-configure: @cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${GMAKE} reconfig + @${REINPLACE_CMD} -e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LTMAIN}^g" \ + -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g' \ + ${BUILDDIR}/configure @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${GMAKE} config .include <bsd.port.post.mk> diff --git a/textproc/iiimf-csconv/pkg-plist b/textproc/iiimf-csconv/pkg-plist index 8e58bb489737..981db5029e1d 100644 --- a/textproc/iiimf-csconv/pkg-plist +++ b/textproc/iiimf-csconv/pkg-plist @@ -1,3 +1,4 @@ +lib/iiim/csconv/csconv.a lib/iiim/csconv/csconv.la lib/iiim/csconv/csconv.so lib/iiim/csconv/encoding.norm |