diff options
author | steve <steve@FreeBSD.org> | 1999-05-03 09:58:50 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-03 09:58:50 +0800 |
commit | d91abda1c97ec17c358be87827e028147aba912c (patch) | |
tree | bdbc4084eea4a5b4f13e81c21431448a92021c2f /japanese | |
parent | 2564777c4e86895d01dab12079bc6688c445b8e1 (diff) | |
download | freebsd-ports-gnome-d91abda1c97ec17c358be87827e028147aba912c.tar.gz freebsd-ports-gnome-d91abda1c97ec17c358be87827e028147aba912c.tar.zst freebsd-ports-gnome-d91abda1c97ec17c358be87827e028147aba912c.zip |
Teach this port to use its own copy of libtool, since an upcoming
commit to bump libtool to version 1.3 breaks the build of this port.
Submitted by: Jeremy Lea <reg.shale.csir.co.za>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/vflib/Makefile | 5 | ||||
-rw-r--r-- | japanese/vflib/files/patch-aa | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile index 0c1632ac8d19..b85da2802963 100644 --- a/japanese/vflib/Makefile +++ b/japanese/vflib/Makefile @@ -3,7 +3,7 @@ # Date created: 10 May 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.18 1998/12/12 21:03:35 jseger Exp $ +# $Id: Makefile,v 1.19 1998/12/23 01:25:40 steve Exp $ # DISTNAME= VFlib2-2.24.1 @@ -15,7 +15,6 @@ DISTFILES= VFlib2-2.24.1.tar.gz watanabe-vf.tar.Z MAINTAINER= mita@jp.FreeBSD.org -BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype VFLIB_VERSION= 2.24.1 @@ -35,8 +34,8 @@ pre-install: ${MKDIR} ${PREFIX}/share/fonts/watanabe_font tar -C ${PREFIX}/share/fonts/watanabe_font \ -xzf ${DISTDIR}/watanabe-vf.tar.Z + post-install: ${MV} ${PREFIX}/share/VFlib/${VFLIB_VERSION}/VF.h ${PREFIX}/include - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/japanese/vflib/files/patch-aa b/japanese/vflib/files/patch-aa index 9dd260f1e28e..5581087dc527 100644 --- a/japanese/vflib/files/patch-aa +++ b/japanese/vflib/files/patch-aa @@ -9,7 +9,7 @@ + FREETYPELIBDIR ?= ${PREFIX}/lib + FREETYPEINCDIR ?= ${PREFIX}/include + -+ LIBTOOL = ${PREFIX}/bin/libtool ++ LIBTOOL = ../libtool VFLIB_INCDIR = ../src VFLIB_LIBDIR = ../src |