qwtplot3d-sys-gl2ps.patch 915 B

1234567891011121314151617181920212223242526272829303132
  1. --- qwtplot3d.pro.orig 2009-04-07 19:45:29.985645378 +0100
  2. +++ qwtplot3d.pro 2009-04-07 19:46:50.095747068 +0100
  3. @@ -80,13 +80,11 @@
  4. include/qwt3d_graphplot.h \
  5. include/qwt3d_multiplot.h
  6. -# gl2ps support
  7. -HEADERS+=3rdparty/gl2ps/gl2ps.h \
  8. - include/qwt3d_io_gl2ps.h
  9. +# gl2ps support taken from system libs
  10. +HEADERS+=include/qwt3d_io_gl2ps.h
  11. -SOURCES+=src/qwt3d_io_gl2ps.cpp \
  12. - 3rdparty/gl2ps/gl2ps.c
  13. -
  14. +SOURCES+=src/qwt3d_io_gl2ps.cpp
  15. +unix:LIBS += -lgl2ps
  16. # zlib support for gl2ps
  17. zlib {
  18. DEFINES += GL2PS_HAVE_ZLIB
  19. --- src/qwt3d_io_gl2ps.cpp.orig 2009-04-07 19:44:38.536418391 +0100
  20. +++ src/qwt3d_io_gl2ps.cpp 2009-04-07 19:45:03.685133854 +0100
  21. @@ -4,7 +4,7 @@
  22. #include <time.h>
  23. #include "qwt3d_openglhelper.h"
  24. -#include "../3rdparty/gl2ps/gl2ps.h"
  25. +#include <gl2ps.h>
  26. #include "qwt3d_io_gl2ps.h"
  27. #include "qwt3d_plot.h"