summaryrefslogtreecommitdiff
path: root/inputmethod/imhangul_status_applet/patches
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-18 00:16:35 +0000
committerminskim <minskim>2004-02-18 00:16:35 +0000
commit154b1b87886e66252a741539402ae328167bb553 (patch)
treea15cb3c7e144c32289110e117e087d787aa70050 /inputmethod/imhangul_status_applet/patches
parent8316a1fbe38d1a58f34864924fc42ab4e19085db (diff)
downloadpkgsrc-154b1b87886e66252a741539402ae328167bb553.tar.gz
Import imhangul_status_applet from pkgsrc_wip.
GNOME2 applet for imhangul. It displays the status of imhangul, a Hangul input module for GTK+-2.
Diffstat (limited to 'inputmethod/imhangul_status_applet/patches')
-rw-r--r--inputmethod/imhangul_status_applet/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/inputmethod/imhangul_status_applet/patches/patch-aa b/inputmethod/imhangul_status_applet/patches/patch-aa
new file mode 100644
index 00000000000..4b51dc8feeb
--- /dev/null
+++ b/inputmethod/imhangul_status_applet/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/02/18 00:16:35 minskim Exp $
+
+--- src/Makefile.in.orig 2002-11-17 05:39:05.000000000 -0600
++++ src/Makefile.in
+@@ -116,7 +116,7 @@ SUBDIRS = themes
+ INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" -DIMHANGUL_STATUS_THEMES_DIR=\"@IMHANGUL_STATUS_THEMES_DIR@\"
+
+
+-CFLAGS = -Wall -g @IMHANGUL_STATUS_CFLAGS@
++CFLAGS = @IMHANGUL_STATUS_CFLAGS@
+
+ libexec_PROGRAMS = imhangul-status-applet
+
+@@ -514,7 +514,7 @@ maintainer-clean-generic clean mostlycle
+
+ @INTLTOOL_SCHEMAS_RULE@
+
+-install-data-local:
++no-install-data-local:
+ if test -z "$(DESTDIR)" ; then \
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) ; \
+ fi