[Pkg-octave-commit] rev 862 - in octplot/trunk/debian: . patches

Thomas Weber thomas-guest at alioth.debian.org
Tue Mar 20 09:55:25 CET 2007


Author: thomas-guest
Date: 2007-03-20 08:55:25 +0000 (Tue, 20 Mar 2007)
New Revision: 862

Added:
   octplot/trunk/debian/patches/50_kfreebsd.patch
Modified:
   octplot/trunk/debian/changelog
Log:
Fix for #415102


Modified: octplot/trunk/debian/changelog
===================================================================
--- octplot/trunk/debian/changelog	2007-03-08 14:28:56 UTC (rev 861)
+++ octplot/trunk/debian/changelog	2007-03-20 08:55:25 UTC (rev 862)
@@ -1,3 +1,13 @@
+octplot (0.3.9-3) unstable; urgency=low
+
+  NOT YET RELEASED!
+
+  [ Thomas Weber ]
+  * debian/patches/50_kfreebsd.patch: Enables building on GNU/kFreeBSD
+    (Closes: #415102)
+
+ --
+
 octplot (0.3.9-2) unstable; urgency=low
 
   [ Thomas Weber ]

Added: octplot/trunk/debian/patches/50_kfreebsd.patch
===================================================================
--- octplot/trunk/debian/patches/50_kfreebsd.patch	2007-03-08 14:28:56 UTC (rev 861)
+++ octplot/trunk/debian/patches/50_kfreebsd.patch	2007-03-20 08:55:25 UTC (rev 862)
@@ -0,0 +1,12 @@
+diff -Nur octplot-0.3.9/src/FTGL/FTVectoriser.cpp octplot-0.3.9.new/src/FTGL/FTVectoriser.cpp
+--- octplot-0.3.9/src/FTGL/FTVectoriser.cpp	2006-03-21 20:46:15.000000000 +0100
++++ octplot-0.3.9.new/src/FTGL/FTVectoriser.cpp	2007-03-20 09:26:14.000000000 +0100
+@@ -9,7 +9,7 @@
+     typedef GLvoid (*GLUTesselatorFunction)(...);
+ #elif defined ( WIN32)
+     typedef GLvoid (CALLBACK *GLUTesselatorFunction)( );
+-#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__)
++#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) || defined(__GLIBC__)
+     typedef GLvoid (*GLUTesselatorFunction)();
+ #else
+     #error "Error - need to define type GLUTesselatorFunction for this platform/compiler"




More information about the Pkg-octave-commit mailing list