aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpephone/libiac-0.1
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-11-27 15:18:06 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-11-27 15:18:06 +0000
commitf740c78ae22d171a8ed59c09406e04bc4ce969d0 (patch)
tree714cc0a8fcd6f689662b5e792e72168537c9ee44 /packages/gpephone/libiac-0.1
parent126ea7e11139667e0639d71468f250305b120d30 (diff)
downloadopenembedded-f740c78ae22d171a8ed59c09406e04bc4ce969d0.tar.gz
libiac: Add patch to work around i18n build breakage.
Diffstat (limited to 'packages/gpephone/libiac-0.1')
-rw-r--r--packages/gpephone/libiac-0.1/.mtn2git_empty0
-rw-r--r--packages/gpephone/libiac-0.1/po.patch17
2 files changed, 17 insertions, 0 deletions
diff --git a/packages/gpephone/libiac-0.1/.mtn2git_empty b/packages/gpephone/libiac-0.1/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gpephone/libiac-0.1/.mtn2git_empty
diff --git a/packages/gpephone/libiac-0.1/po.patch b/packages/gpephone/libiac-0.1/po.patch
new file mode 100644
index 0000000000..efc981ce16
--- /dev/null
+++ b/packages/gpephone/libiac-0.1/po.patch
@@ -0,0 +1,17 @@
+--- libiac-0.1/Makefile.am~ 2007-11-07 22:33:46.000000000 +0100
++++ libiac-0.1/Makefile.am 2007-11-07 22:33:46.000000000 +0100
+@@ -1,4 +1,4 @@
+-SUBDIRS=src
++SUBDIRS = src po
+
+ EXTRA_DIST = libiac.pc.in
+
+--- libiac-0.1/configure.ac~ 2007-11-07 22:34:12.000000000 +0100
++++ libiac-0.1/configure.ac 2007-11-07 22:34:12.000000000 +0100
+@@ -22,5 +22,5 @@
+
+ PKG_CHECK_MODULES(IAC, glib-2.0 dbus-1 dbus-glib-1)
+
+-AC_CONFIG_FILES([Makefile src/Makefile libiac.pc ])
++AC_CONFIG_FILES([Makefile src/Makefile libiac.pc po/Makefile.in])
+ AC_OUTPUT