diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:29:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:29:31 +0000 |
commit | aa677e4f1c9bc61117f79f82ddcca2c67ecc4172 (patch) | |
tree | dbf320713ab352cda866bd351d3ff994449fea59 /unmaintained/gnome-panel/libm-underlinking.patch | |
parent | 0aab2e23bfd07508725afa132fa6474262ff4b55 (diff) | |
download | aports-aa677e4f1c9bc61117f79f82ddcca2c67ecc4172.tar.bz2 aports-aa677e4f1c9bc61117f79f82ddcca2c67ecc4172.tar.xz |
main/gnome-pane: moved to unmaintained
Diffstat (limited to 'unmaintained/gnome-panel/libm-underlinking.patch')
-rw-r--r-- | unmaintained/gnome-panel/libm-underlinking.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/gnome-panel/libm-underlinking.patch b/unmaintained/gnome-panel/libm-underlinking.patch new file mode 100644 index 0000000000..9d56f0648a --- /dev/null +++ b/unmaintained/gnome-panel/libm-underlinking.patch @@ -0,0 +1,11 @@ +--- ./gnome-panel/Makefile.in.orig ++++ ./gnome-panel/Makefile.in +@@ -582,7 +582,7 @@ + $(top_builddir)/gnome-panel/libpanel-util/libpanel-util.la \ + $(PANEL_LIBS) \ + $(XRANDR_LIBS) \ +- $(X_LIBS) ++ $(X_LIBS) -lm + + gnome_panel_LDFLAGS = -export-dynamic + gnome_desktop_item_edit_SOURCES = \ |