summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-04-20 14:51:41 +0000
committerryoon <ryoon@pkgsrc.org>2014-04-20 14:51:41 +0000
commitff47b10eac9214373f030a029a5ac6640e0d0a98 (patch)
tree00ba032c723d7b57ba09463de5e770d7f21ec332 /inputmethod
parenta4be85cad253e15b4374e2055a2f2f654ceaef74 (diff)
downloadpkgsrc-ff47b10eac9214373f030a029a5ac6640e0d0a98.tar.gz
Fix build under SunOS
The patch for sigscheme/configure is restored. -shared is not needed.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/uim/Makefile4
-rw-r--r--inputmethod/uim/distinfo3
-rw-r--r--inputmethod/uim/patches/patch-sigscheme_configure13
3 files changed, 17 insertions, 3 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index 7c1a1f75789..1b57bf95787 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2014/04/20 06:40:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.95 2014/04/20 14:51:41 ryoon Exp $
#
.include "../../inputmethod/uim/Makefile.common"
@@ -18,7 +18,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-emacs
CONFIGURE_ARGS+= --with-libgcroots=installed
-LDFLAGS.SunOS+= -shared -mimpure-text
+LDFLAGS.SunOS+= -mimpure-text
CFLAGS.SunOS+= -std=c99 -D__EXTENSIONS__
.include "options.mk"
diff --git a/inputmethod/uim/distinfo b/inputmethod/uim/distinfo
index d8918b2d662..0b8cdfe4ecf 100644
--- a/inputmethod/uim/distinfo
+++ b/inputmethod/uim/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2014/04/20 10:45:48 ryoon Exp $
+$NetBSD: distinfo,v 1.29 2014/04/20 14:51:41 ryoon Exp $
SHA1 (uim-1.8.6.tar.bz2) = 43b9dbdead6797880e6cfc9c032ecb2d37d42777
RMD160 (uim-1.8.6.tar.bz2) = 5f94218d82475ac463534ec681769f34547e5707
@@ -6,6 +6,7 @@ Size (uim-1.8.6.tar.bz2) = 6500739 bytes
SHA1 (patch-af) = 9f543b90bfefc5f560e1eaac97d60af70ffed5cc
SHA1 (patch-fep_escseq.c) = 6c25c344e5b694542a3c5bc137ae1a1d36a8c835
SHA1 (patch-scm_Makefile.am) = c3af52e2d9d06736911c0efd9a25e0aee2c62219
+SHA1 (patch-sigscheme_configure) = 2af99374a3af542d25124737bf8cd3b67f191c03
SHA1 (patch-sigscheme_configure.in) = 9c5c48a477ea03263488e15565e4a568ba55a125
SHA1 (patch-sigscheme_doc_Makefile.am) = 998b9a0844853c7996f333155dfe38a183c266f4
SHA1 (patch-sigscheme_include_sigscheme_Makefile.am) = d54b38982c199b321c6ac0d8700bfe9c29084eee
diff --git a/inputmethod/uim/patches/patch-sigscheme_configure b/inputmethod/uim/patches/patch-sigscheme_configure
new file mode 100644
index 00000000000..94c10d24b5c
--- /dev/null
+++ b/inputmethod/uim/patches/patch-sigscheme_configure
@@ -0,0 +1,13 @@
+$NetBSD: patch-sigscheme_configure,v 1.1 2014/04/20 14:51:41 ryoon Exp $
+
+--- sigscheme/configure.orig 2013-06-30 04:27:03.000000000 +0000
++++ sigscheme/configure
+@@ -16003,7 +16003,7 @@ if test "x$ac_cv_func_strdup" = xyes; th
+ _ACEOF
+
+ # Overrides _POSIX_C_SOURCE
+- $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
++ $as_echo "#define _XOPEN_SOURCE 600" >>confdefs.h
+
+
+ fi