diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-10-08 14:45:45 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-10-08 14:45:45 +0000 |
commit | b94a9adb81b4c7b0d861dfb0fc6d7bd0f0ba982c (patch) | |
tree | 8cf3af697b44ca8756b1aba01c15daace106cc73 /japanese | |
parent | ac735cf21fd7c181826b0a5d8c6eada709eacdcf (diff) | |
download | ports-b94a9adb81b4c7b0d861dfb0fc6d7bd0f0ba982c.tar.gz ports-b94a9adb81b4c7b0d861dfb0fc6d7bd0f0ba982c.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/scim-anthy/Makefile | 5 | ||||
-rw-r--r-- | japanese/scim-anthy/files/patch-src::scim_anthy_key2kana.cpp | 13 | ||||
-rw-r--r-- | japanese/scim-anthy/files/patch-src::scim_anthy_utils.cpp | 12 |
3 files changed, 1 insertions, 29 deletions
diff --git a/japanese/scim-anthy/Makefile b/japanese/scim-anthy/Makefile index 8d45bdf9bec3..6a81f94444e3 100644 --- a/japanese/scim-anthy/Makefile +++ b/japanese/scim-anthy/Makefile @@ -32,10 +32,7 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 500035 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/stlport" \ - LDFLAGS="-L${LOCALBASE}/lib -lstlport_gcc ${PTHREAD_LIBS}" +IGNORE= does not build on FreeBSD < 5.x .else CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/japanese/scim-anthy/files/patch-src::scim_anthy_key2kana.cpp b/japanese/scim-anthy/files/patch-src::scim_anthy_key2kana.cpp deleted file mode 100644 index 5a324cd82fe7..000000000000 --- a/japanese/scim-anthy/files/patch-src::scim_anthy_key2kana.cpp +++ /dev/null @@ -1,13 +0,0 @@ -Index: src/scim_anthy_key2kana.cpp -diff -u src/scim_anthy_key2kana.cpp.orig src/scim_anthy_key2kana.cpp ---- src/scim_anthy_key2kana.cpp.orig Tue Jul 11 11:22:08 2006 -+++ src/scim_anthy_key2kana.cpp Mon Sep 4 01:45:58 2006 -@@ -23,6 +23,8 @@ - #include "scim_anthy_imengine.h" - #include "scim_anthy_utils.h" - -+#include <wctype.h> -+ - using namespace scim_anthy; - - Key2KanaConvertor::Key2KanaConvertor (AnthyInstance & anthy, diff --git a/japanese/scim-anthy/files/patch-src::scim_anthy_utils.cpp b/japanese/scim-anthy/files/patch-src::scim_anthy_utils.cpp deleted file mode 100644 index 489d1e2bdc08..000000000000 --- a/japanese/scim-anthy/files/patch-src::scim_anthy_utils.cpp +++ /dev/null @@ -1,12 +0,0 @@ -Index: src/scim_anthy_utils.cpp -diff -u src/scim_anthy_utils.cpp.orig src/scim_anthy_utils.cpp ---- src/scim_anthy_utils.cpp.orig Thu Jul 7 17:24:45 2005 -+++ src/scim_anthy_utils.cpp Thu Jul 21 16:54:04 2005 -@@ -17,6 +17,7 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -+#include <unistd.h> - #include <sys/wait.h> - - #include "scim_anthy_utils.h" |