Author: moeller Date: 2010-10-24 15:35:29 +0000 (Sun, 24 Oct 2010) New Revision: 5377
Added: trunk/packages/seaview/trunk/debian/patches/ trunk/packages/seaview/trunk/debian/patches/binutils-gold-compatibility.patch trunk/packages/seaview/trunk/debian/patches/series Modified: trunk/packages/seaview/trunk/debian/changelog Log: Added patch by Stefano Rivera for compatibility with binutils-gold. Modified: trunk/packages/seaview/trunk/debian/changelog =================================================================== --- trunk/packages/seaview/trunk/debian/changelog 2010-10-23 14:38:11 UTC (rev 5376) +++ trunk/packages/seaview/trunk/debian/changelog 2010-10-24 15:35:29 UTC (rev 5377) @@ -1,3 +1,10 @@ +seaview (1:4.2.6-2) UNRELEASED; urgency=low + + * Applying patch by Stefano Rivera for compatibility + with binutils-gold (Closes: #601244). + + -- Steffen Moeller <[email protected]> Sun, 24 Oct 2010 17:34:56 +0200 + seaview (1:4.2.6-1) unstable; urgency=low * New upstream version. Added: trunk/packages/seaview/trunk/debian/patches/binutils-gold-compatibility.patch =================================================================== --- trunk/packages/seaview/trunk/debian/patches/binutils-gold-compatibility.patch (rev 0) +++ trunk/packages/seaview/trunk/debian/patches/binutils-gold-compatibility.patch 2010-10-24 15:35:29 UTC (rev 5377) @@ -0,0 +1,13 @@ +Index: seaview/Makefile +=================================================================== +--- seaview.orig/Makefile 2010-10-24 17:27:43.300279684 +0200 ++++ seaview/Makefile 2010-10-24 17:28:09.084279684 +0200 +@@ -23,7 +23,7 @@ + #to use with FLTK without libXft, comment out the next line + USE_XFT = -DUSE_XFT -I/usr/include/freetype2 + +-EXTRALIBS= -lXft -lXext -ljpeg -lpng $(LPDF) ++EXTRALIBS= -lXft -lXext -lfontconfig -ljpeg -lpng $(LPDF) + + CXX = g++ + CSRC = csrc Added: trunk/packages/seaview/trunk/debian/patches/series =================================================================== --- trunk/packages/seaview/trunk/debian/patches/series (rev 0) +++ trunk/packages/seaview/trunk/debian/patches/series 2010-10-24 15:35:29 UTC (rev 5377) @@ -0,0 +1 @@ +binutils-gold-compatibility.patch _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
