r44767 - in /packages/qwtplot3d/trunk/debian: changelog patches/02_examples_include.patch

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Sun May 13 06:34:56 UTC 2012


Author: gudjon-guest
Date: Sun May 13 06:34:55 2012
New Revision: 44767

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44767
Log:
Add -lGLU to examples library dependencies

Modified:
    packages/qwtplot3d/trunk/debian/changelog
    packages/qwtplot3d/trunk/debian/patches/02_examples_include.patch

Modified: packages/qwtplot3d/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/qwtplot3d/trunk/debian/changelog?rev=44767&op=diff
==============================================================================
--- packages/qwtplot3d/trunk/debian/changelog (original)
+++ packages/qwtplot3d/trunk/debian/changelog Sun May 13 06:34:55 2012
@@ -6,6 +6,7 @@
   * Add build-arch and build-indep to rules
   * Add .symbols file
   * Change copyright to copyright-format 1.0
+  * Add -lGLU to examples library dependencies
 
  -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 12 May 2012 08:11:28 +0200
 

Modified: packages/qwtplot3d/trunk/debian/patches/02_examples_include.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/qwtplot3d/trunk/debian/patches/02_examples_include.patch?rev=44767&op=diff
==============================================================================
--- packages/qwtplot3d/trunk/debian/patches/02_examples_include.patch (original)
+++ packages/qwtplot3d/trunk/debian/patches/02_examples_include.patch Sun May 13 06:34:55 2012
@@ -97,3 +97,14 @@
  
  using namespace Qwt3D;
  
+--- a/examples/common.pro
++++ b/examples/common.pro
+@@ -8,7 +8,7 @@
+ linux-g++:QMAKE_CXXFLAGS += -fno-exceptions
+ 
+ unix{
+-  unix:LIBS += -lqwtplot3d-qt4
++  unix:LIBS += -lqwtplot3d-qt4 -lGLU
+   INCLUDEPATH    += /usr/include/qwtplot3d-qt4
+ }
+ 




More information about the debian-science-commits mailing list