diff options
author | pav <pav@FreeBSD.org> | 2004-07-30 16:41:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-30 16:41:53 +0800 |
commit | 7de2c2051f4c10fe20e8101273c0c627ca8958ae (patch) | |
tree | 050e5d2a2d667722ac11e5a7ce41d4d699b3b0c3 /textproc/skim | |
parent | cd86eabac118b8422d6fe7bac174c9aee95e784f (diff) | |
download | freebsd-ports-gnome-7de2c2051f4c10fe20e8101273c0c627ca8958ae.tar.gz freebsd-ports-gnome-7de2c2051f4c10fe20e8101273c0c627ca8958ae.tar.zst freebsd-ports-gnome-7de2c2051f4c10fe20e8101273c0c627ca8958ae.zip |
- Chase scim shlib bump and gcc-3.4 fix
Diffstat (limited to 'textproc/skim')
-rw-r--r-- | textproc/skim/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile index e82763b3aef6..2897a8873daa 100644 --- a/textproc/skim/Makefile +++ b/textproc/skim/Makefile @@ -7,20 +7,22 @@ PORTNAME= skim PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= textproc kde MASTER_SITES= http://freedesktop.org/~cougar/skim/downloads/ MAINTAINER= gaoj@cpsc.ucalgary.ca COMMENT= An input method platform based on SCIM library and KDE/QT -LIB_DEPENDS= scim-1.0.3:${PORTSDIR}/textproc/scim +LIB_DEPENDS= scim-1.0.4:${PORTSDIR}/textproc/scim USE_KDELIBS_VER=3 USE_ICONV= yes USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ +CONFIGURE_ENV= CFLAGS="-D__STDC_ISO_10646__" \ + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" pre-configure: |