Package: matplotlib
Severity: important
Version: 0.98.3-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd

Hi,

the current version fails to build on GNU/kFreeBSD.

It does not recognize kfreebsd7 based systems.
Please extend debian/patches/build_fix.patch, see bellow.

It would also be nice if you can ask upstream
to include similar change.

Thanks in advance

--- debian/patches/build_fix.patch~     2008-08-05 13:44:10.000000000 +0000
+++ debian/patches/build_fix.patch      2008-08-05 13:44:10.000000000 +0000
@@ -13,7 +13,7 @@
      'cygwin' : ['/usr/local', '/usr',],
      'darwin' : ['/sw/lib/freetype2', '/sw/lib/freetype219', '/usr/local',
                  '/usr', '/sw', '/usr/X11R6'],
-@@ -56,8 +56,8 @@
+@@ -56,8 +56,10 @@
      'freebsd5' : ['/usr/local', '/usr'],
      'freebsd6' : ['/usr/local', '/usr'],
      'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
@@ -21,6 +21,8 @@
 -    'gnukfreebsd6' : ['/usr/local', '/usr'],
 +    'gnukfreebsd5' : ['/usr'],
 +    'gnukfreebsd6' : ['/usr'],
++    'gnukfreebsd7' : ['/usr'],
++    'gnukfreebsd8' : ['/usr'],
      'aix5' : ['/usr/local'],
  }




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to