aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/vflib
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-03-24 04:18:44 +0800
committerpav <pav@FreeBSD.org>2007-03-24 04:18:44 +0800
commite5b178540d52501b595023fe477523ed5a9452c8 (patch)
tree45a65bd4f600dd9b0f9296a0462998fc5ca1104a /japanese/vflib
parent88e329a6c011a1d6d29f29641c4f9e0f8a49641b (diff)
downloadfreebsd-ports-gnome-e5b178540d52501b595023fe477523ed5a9452c8.tar.gz
freebsd-ports-gnome-e5b178540d52501b595023fe477523ed5a9452c8.tar.zst
freebsd-ports-gnome-e5b178540d52501b595023fe477523ed5a9452c8.zip
- Fix after objformat removal
PR: ports/109955 (based on) Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Diffstat (limited to 'japanese/vflib')
-rw-r--r--japanese/vflib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile
index 3e350e6057c7..5b3591117dab 100644
--- a/japanese/vflib/Makefile
+++ b/japanese/vflib/Makefile
@@ -26,11 +26,14 @@ USE_FREETYPE= yes
USE_GETTEXT= yes
USE_XLIB= yes
USE_AUTOTOOLS= autoconf:213
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-freetype \
--with-freetype-includedir=${LOCALBASE}/include/freetype1/freetype \
--with-freetype-libdir=${LOCALBASE}/lib
+post-patch:
+ @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
+
pre-install:
@(cd ${WRKSRC}/tools; \
${INSTALL_SCRIPT} fmtest disol kban vfperf vftest ${PREFIX}/bin)