[Pkg-xfce-commits] r5985 - in desktop/trunk/libxfcegui4/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Mon Sep 5 07:08:04 UTC 2011


Author: corsac
Date: 2011-09-05 19:08:04 +0000 (Mon, 05 Sep 2011)
New Revision: 5985

Added:
   desktop/trunk/libxfcegui4/debian/patches/03_fix-link-lm.patch
Modified:
   desktop/trunk/libxfcegui4/debian/changelog
   desktop/trunk/libxfcegui4/debian/patches/series
Log:
* debian/patches:
  - 03_fix-link-lm added, explicit link against libmath.      closes: #640452

Modified: desktop/trunk/libxfcegui4/debian/changelog
===================================================================
--- desktop/trunk/libxfcegui4/debian/changelog	2011-09-05 19:06:05 UTC (rev 5984)
+++ desktop/trunk/libxfcegui4/debian/changelog	2011-09-05 19:08:04 UTC (rev 5985)
@@ -1,3 +1,10 @@
+libxfcegui4 (4.8.1-5) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - 03_fix-link-lm added, explicit link against libmath.      closes: #640452
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 05 Sep 2011 21:07:26 +0200
+
 libxfcegui4 (4.8.1-4) unstable; urgency=low
 
   * Upload to unstable.

Added: desktop/trunk/libxfcegui4/debian/patches/03_fix-link-lm.patch
===================================================================
--- desktop/trunk/libxfcegui4/debian/patches/03_fix-link-lm.patch	                        (rev 0)
+++ desktop/trunk/libxfcegui4/debian/patches/03_fix-link-lm.patch	2011-09-05 19:08:04 UTC (rev 5985)
@@ -0,0 +1,14 @@
+Index: libxfcegui4-4.8.1/libxfcegui4/Makefile.am
+===================================================================
+--- libxfcegui4-4.8.1.orig/libxfcegui4/Makefile.am	2011-09-05 21:06:48.451070643 +0200
++++ libxfcegui4-4.8.1/libxfcegui4/Makefile.am	2011-09-05 21:07:08.935197556 +0200
+@@ -183,7 +183,8 @@
+ 	$(LIBX11_LIBS)							\
+ 	$(LIBXFCE4UTIL_LIBS)						\
+ 	$(LIBSTARTUP_NOTIFICATION_LIBS)					\
+-	$(PLATFORM_LIBS)
++	$(PLATFORM_LIBS)						\
++	-lm
+ 
+ libxfcegui4_la_CFLAGS =							\
+ 	$(NETK_CFLAGS)							\

Modified: desktop/trunk/libxfcegui4/debian/patches/series
===================================================================
--- desktop/trunk/libxfcegui4/debian/patches/series	2011-09-05 19:06:05 UTC (rev 5984)
+++ desktop/trunk/libxfcegui4/debian/patches/series	2011-09-05 19:08:04 UTC (rev 5985)
@@ -1,2 +1,3 @@
 01_xfce-exec-use-thunar.patch
 02_fix-menu-icons.patch
+03_fix-link-lm.patch




More information about the Pkg-xfce-commits mailing list