diff options
-rw-r--r-- | x11-libs/qwtplot3d/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/qwtplot3d/files/qwtplot3d-sys-gl2ps.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-libs/qwtplot3d/ChangeLog b/x11-libs/qwtplot3d/ChangeLog index ac2e7c77ca92..f41c5376eefb 100644 --- a/x11-libs/qwtplot3d/ChangeLog +++ b/x11-libs/qwtplot3d/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/qwtplot3d # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/ChangeLog,v 1.15 2009/04/07 18:51:30 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwtplot3d/ChangeLog,v 1.16 2009/04/08 07:57:55 bicatali Exp $ + + 08 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org> + files/qwtplot3d-sys-gl2ps.patch: + Fixed a syntax error in the gl2ps patch *qwtplot3d-0.2.7-r1 (07 Apr 2009) diff --git a/x11-libs/qwtplot3d/files/qwtplot3d-sys-gl2ps.patch b/x11-libs/qwtplot3d/files/qwtplot3d-sys-gl2ps.patch index 83c70ef825b7..81a77e13249f 100644 --- a/x11-libs/qwtplot3d/files/qwtplot3d-sys-gl2ps.patch +++ b/x11-libs/qwtplot3d/files/qwtplot3d-sys-gl2ps.patch @@ -14,7 +14,7 @@ - 3rdparty/gl2ps/gl2ps.c
-
+SOURCES+=src/qwt3d_io_gl2ps.cpp
-+unix:LIBS += -lg2ps
++unix:LIBS += -lgl2ps
# zlib support for gl2ps
zlib {
DEFINES += GL2PS_HAVE_ZLIB
|