diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-05-09 06:59:07 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-05-09 06:59:07 +0800 |
commit | 8ef19ed621a7583c5e60c1c05cf13a6f7e567077 (patch) | |
tree | 2b90ec3319430d10240ecfd8a35238e5f327ad3a /textproc/scim-input-pad/files | |
parent | a09ce1444af96486b29ea1b3da8203b0e038fc18 (diff) | |
download | freebsd-ports-gnome-8ef19ed621a7583c5e60c1c05cf13a6f7e567077.tar.gz freebsd-ports-gnome-8ef19ed621a7583c5e60c1c05cf13a6f7e567077.tar.zst freebsd-ports-gnome-8ef19ed621a7583c5e60c1c05cf13a6f7e567077.zip |
Add scim-input-pad 0.1.0, SCIM add-on to input various symbols with
on-screen pad.
PR: ports/80747
Submitted by: chinsan <chinsan@mail2000.com.tw>
Diffstat (limited to 'textproc/scim-input-pad/files')
-rw-r--r-- | textproc/scim-input-pad/files/patch-src-Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/scim-input-pad/files/patch-src-Makefile.in b/textproc/scim-input-pad/files/patch-src-Makefile.in new file mode 100644 index 000000000000..5f25bc2f343f --- /dev/null +++ b/textproc/scim-input-pad/files/patch-src-Makefile.in @@ -0,0 +1,10 @@ +--- src/Makefile.in.orig Fri May 6 22:24:19 2005 ++++ src/Makefile.in Fri May 6 22:24:19 2005 +@@ -280,6 +280,7 @@ + -I$(top_srcdir) \ + -I$(top_srcdir)/intl \ + -I$(top_srcdir)/src \ ++ -I/usr/local/include \ + -DSCIM_ICONDIR=\"@SCIM_ICONDIR@\" \ + -DSCIM_INPUT_PAD_LOCALEDIR=\"$(datadir)/locale\" \ + -DSCIM_INPUT_PAD_DATADIR=\"@SCIM_INPUT_PAD_DATADIR@\" \ |