diff options
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 000000000..9d56f0648 --- /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 = \ |