diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-17 00:45:58 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-17 00:45:58 +0000 |
commit | cec44b21030fd1945b8bf58ebca799ceb2e92622 (patch) | |
tree | 076b93356ffa6331b12ce555bcc1e5cc7d5e82c7 /packages/nonworking/maemo/hildon-lgpl/hildon-lgpl-noWerror.patch | |
parent | 2ce85bb3df0cf49c7a8b5b147a4b4717d0f5b8cd (diff) |
nonworking: move a bunch of maemo/hildon stuff to nonworking.
* it depended on some gtk+osso package which was dropped in 2006
Diffstat (limited to 'packages/nonworking/maemo/hildon-lgpl/hildon-lgpl-noWerror.patch')
-rw-r--r-- | packages/nonworking/maemo/hildon-lgpl/hildon-lgpl-noWerror.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/nonworking/maemo/hildon-lgpl/hildon-lgpl-noWerror.patch b/packages/nonworking/maemo/hildon-lgpl/hildon-lgpl-noWerror.patch new file mode 100644 index 0000000000..5f47dac7cc --- /dev/null +++ b/packages/nonworking/maemo/hildon-lgpl/hildon-lgpl-noWerror.patch @@ -0,0 +1,11 @@ +--- /tmp/hildon-lgpl-0.9.14/configure.ac 2005-05-22 21:57:07.000000000 +0200 ++++ hildon-lgpl-0.9.14/configure.ac 2005-05-26 09:21:09.170471824 +0200 +@@ -14,7 +14,7 @@ + PKG_CHECK_MODULES(OUTO, outo >= 0.1.1) + AC_SUBST(OUTO_CFLAGS) + +-CFLAGS="$CFLAGS -Wall -ansi -pedantic -Wmissing-prototypes -Wmissing-declarations -Werror -DHILDON_USE_TIMESTAMPING" ++CFLAGS="$CFLAGS -Wall -ansi -pedantic -Wmissing-prototypes -Wmissing-declarations -DHILDON_USE_TIMESTAMPING" + + GTK_VERSION=2.6.4 + |