diff options
Diffstat (limited to 'japanese/vflib/Makefile')
-rw-r--r-- | japanese/vflib/Makefile | 5 |
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) |