diff options
author | David Thiel <lx@FreeBSD.org> | 2007-04-30 18:38:06 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2007-04-30 18:38:06 +0000 |
commit | 4c93108101b23986e6ea96c73975dc033b9713fe (patch) | |
tree | 4e3af27294b8899af9a5171303f4c9f91791fafc /chinese | |
parent | a04bce93b4465d2b6eecdbf98eef920bc81f6df3 (diff) | |
download | ports-4c93108101b23986e6ea96c73975dc033b9713fe.tar.gz ports-4c93108101b23986e6ea96c73975dc033b9713fe.zip |
Forgot to cvs add patch-configure.
Notes
Notes:
svn path=/head/; revision=191222
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/scim-tables/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chinese/scim-tables/files/patch-configure b/chinese/scim-tables/files/patch-configure new file mode 100644 index 000000000000..9d16322833f0 --- /dev/null +++ b/chinese/scim-tables/files/patch-configure @@ -0,0 +1,13 @@ +--- configure.orig Sat Apr 28 22:37:11 2007 ++++ configure Sat Apr 28 22:37:25 2007 +@@ -30244,10 +30244,6 @@ + CXXFLAGS="$CXXFLAGS -g" + fi + +-SCIM_ICONDIR=`$PKG_CONFIG --variable=icondir scim` +-SCIM_MODULEDIR=`$PKG_CONFIG --variable=moduledir scim` +-SCIM_DATADIR=`$PKG_CONFIG --variable=scimdatadir scim` +- + if test "x$SCIM_ICONDIR" = "x"; then + SCIM_ICONDIR=${datadir}/scim/icons + fi |