diff options
Diffstat (limited to 'chinese/scim-tables/Makefile')
-rw-r--r-- | chinese/scim-tables/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/scim-tables/Makefile b/chinese/scim-tables/Makefile index c293e9ce8a90..ec9b0c4c7b60 100644 --- a/chinese/scim-tables/Makefile +++ b/chinese/scim-tables/Makefile @@ -23,9 +23,9 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__ -CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lintl" \ - SCIM_DATADIR=${PREFIX}/share/scim \ +CONFIGURE_ENV+= SCIM_DATADIR=${PREFIX}/share/scim \ SCIM_ICONDIR=${PREFIX}/share/scim/icons +LDFLAGS+= -L${LOCALBASE}/lib -lintl CONFIGURE_ARGS+= --disable-skim-support |