diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-23 09:18:00 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-23 09:18:00 +0800 |
commit | cb64d8a7485d66a871bf01496d0998ce6e9dfd28 (patch) | |
tree | 5ce3f538b4e3c4b7640d3d18d766df3f8aecf2df /textproc | |
parent | fc80c69062ed4729b2ad48e5c41bee7f5d74b592 (diff) | |
download | freebsd-ports-gnome-cb64d8a7485d66a871bf01496d0998ce6e9dfd28.tar.gz freebsd-ports-gnome-cb64d8a7485d66a871bf01496d0998ce6e9dfd28.tar.zst freebsd-ports-gnome-cb64d8a7485d66a871bf01496d0998ce6e9dfd28.zip |
- fix build with WITH_SKIM=yes
- add USE_GETTEXT
PR: ports/97143
Submitted by: Koji Yokota <yokota_AT_res dot otaru-uc dot ac dot jp>
Reviewed by: clsung
Approved by: maintainer (timeout)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/scim-table-imengine/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/scim-table-imengine/Makefile b/textproc/scim-table-imengine/Makefile index 26d7b303f1f3..88a76413a41b 100644 --- a/textproc/scim-table-imengine/Makefile +++ b/textproc/scim-table-imengine/Makefile @@ -23,6 +23,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= intlhack +USE_GETTEXT= yes MAN1= scim-make-table.1 @@ -50,10 +51,15 @@ pre-patch: BUILD_DEPENDS+= skim:${PORTSDIR}/textproc/skim CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" PLIST_SUB= SKIM="" +USE_AUTOTOOLS= libtool:15 post-patch: @${REINPLACE_CMD} -e "/^DIST_SUBDIRS/s/$$/ skim/" \ -e "/^@SCIM_TABLES_ENABLE_SKIM_SUPPORT_TRUE@SKIM_SUBDIR =/s/$$/ skim/" \ ${WRKSRC}/Makefile.in +post-configure: + ${REINPLACE_CMD} \ + -e 's,$$(top_builddir)/libtool --silent,${LIBTOOL},' \ + ${WRKSRC}/skim/Makefile ${WRKSRC}/skim/setupui/Makefile .endif post-install: |