diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-23 11:17:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-23 11:21:30 +0000 |
commit | 6c547fbd00feda806c22fcdd037908d81d2553ef (patch) | |
tree | 9dcdb092fb136798bf0f7e237165b90ad9e41249 /main/gnome-panel/libm-underlinking.patch | |
parent | 7229d1b28ba2bbe7d2fd3bbc5b888df6df7fa82e (diff) | |
download | aports-6c547fbd00feda806c22fcdd037908d81d2553ef.tar.bz2 aports-6c547fbd00feda806c22fcdd037908d81d2553ef.tar.xz |
main/gnome-panel: fix linking issues and split out -lang
Diffstat (limited to 'main/gnome-panel/libm-underlinking.patch')
-rw-r--r-- | main/gnome-panel/libm-underlinking.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/gnome-panel/libm-underlinking.patch b/main/gnome-panel/libm-underlinking.patch new file mode 100644 index 0000000000..9d56f0648a --- /dev/null +++ b/main/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 = \ |