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-libs | |
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-libs')
-rw-r--r-- | packages/nonworking/maemo/hildon-libs/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/nonworking/maemo/hildon-libs/hildon-libs-no-werror.patch | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/nonworking/maemo/hildon-libs/.mtn2git_empty b/packages/nonworking/maemo/hildon-libs/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/nonworking/maemo/hildon-libs/.mtn2git_empty diff --git a/packages/nonworking/maemo/hildon-libs/hildon-libs-no-werror.patch b/packages/nonworking/maemo/hildon-libs/hildon-libs-no-werror.patch new file mode 100644 index 0000000000..8b1c09eced --- /dev/null +++ b/packages/nonworking/maemo/hildon-libs/hildon-libs-no-werror.patch @@ -0,0 +1,11 @@ +--- configure.ac 2005-05-27 16:56:43.219843424 +0200 ++++ hildon-libs-0.9.6/configure.ac 2005-05-27 16:57:03.699730008 +0200 +@@ -17,7 +17,7 @@ + # -pedantic removed due to D-BUS; should be replaced after D-BUS is no + # longer broken in this regard... + +-CFLAGS="$CFLAGS -Wall -ansi -Wmissing-prototypes -Wmissing-declarations -Werror" ++CFLAGS="$CFLAGS -Wall -ansi -Wmissing-prototypes -Wmissing-declarations" + + GTK_VERSION=2.6.4 + |