diff options
author | lx <lx@FreeBSD.org> | 2009-05-24 12:43:34 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2009-05-24 12:43:34 +0800 |
commit | 6566ff1933b8b6978c9f9aa7367a191bb5c060e9 (patch) | |
tree | 142318a417e5890b669691de2566a782ec30a520 /textproc/scim | |
parent | 4fe0e89b4e960f475b7af87dfcc485bb749c71a1 (diff) | |
download | freebsd-ports-gnome-6566ff1933b8b6978c9f9aa7367a191bb5c060e9.tar.gz freebsd-ports-gnome-6566ff1933b8b6978c9f9aa7367a191bb5c060e9.tar.zst freebsd-ports-gnome-6566ff1933b8b6978c9f9aa7367a191bb5c060e9.zip |
Fix scim-helper-manager segfaults.
Submitted by: Takahashi Yoshihiro <nyan@FreeBSD.org>
Diffstat (limited to 'textproc/scim')
-rw-r--r-- | textproc/scim/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/scim/Makefile b/textproc/scim/Makefile index 573def168494..548913c97745 100644 --- a/textproc/scim/Makefile +++ b/textproc/scim/Makefile @@ -7,7 +7,7 @@ PORTNAME= scim PORTVERSION= 1.4.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF @@ -32,12 +32,12 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" post-patch: - ${REINPLACE_CMD} -e '/^scim_setup_LDFLAGS/s|=|= ${PTHREAD_LIBS}|' \ - ${WRKSRC}/extras/setup/Makefile.in + ${REINPLACE_CMD} -e '/^libscim@SCIM_EPOCH@_la_LDFLAGS/s|=|= ${PTHREAD_LIBS}|' \ + ${WRKSRC}/src/Makefile.in post-install: @gtk-query-immodules-2.0 > ${LOCALBASE}/etc/gtk-2.0/gtk.immodules @${CAT} ${PKGMESSAGE} - @${ECHO} To display this message again, type pkg_info -D ${PKGNAME} + @${ECHO} To display this message again, type ${PKG_INFO} -D ${PKGNAME} .include <bsd.port.post.mk> |