diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-07-15 14:20:29 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-07-15 14:20:29 +0000 |
commit | 4b44e00a1d7bdb1f9184b5aed99a69847a5004c6 (patch) | |
tree | 24b178406371b0cc8f86f941bf59ddeee1ab4bbb /textproc/scim-bridge/files/patch-configure | |
parent | - Update to 3.0.3 (diff) |
- Update to 0.4.16.
- Add LICENSE information.
Approved by: tabthorpe (mentor)
Notes
Notes:
svn path=/head/; revision=257817
Diffstat (limited to 'textproc/scim-bridge/files/patch-configure')
-rw-r--r-- | textproc/scim-bridge/files/patch-configure | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/textproc/scim-bridge/files/patch-configure b/textproc/scim-bridge/files/patch-configure new file mode 100644 index 000000000000..160af1af87e2 --- /dev/null +++ b/textproc/scim-bridge/files/patch-configure @@ -0,0 +1,29 @@ + +$FreeBSD$ + +--- configure.orig ++++ configure +@@ -24583,6 +24583,7 @@ + + enable_gtk2_immodule="yes"; + fi ++enable_gtk2_immodule="no"; + + # Check if we should build scim-bridge-qt-immodule + +@@ -24660,6 +24661,7 @@ + + enable_qt3_immodule="yes"; + fi ++enable_qt3_immodule="no"; + + + pkg_failed=no +@@ -24736,6 +24738,7 @@ + + enable_qt4_immodule="yes"; + fi ++enable_qt4_immodule="no"; + + ########################################################### + ## Definiation of compile args. ## |