diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-23 06:46:14 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-09-23 06:46:14 +0000 |
commit | 4604e996be56122fbe114252fcb2ef2ef7100894 (patch) | |
tree | 807c62aef37b8c6e8a35931e2599e36ff321f6ca /math/qwtplot3d-qt4/files/patch-qwtplot3d.pro | |
parent | Add an entry about net-mgmt/send: Not redistributable, license agreement requ... (diff) |
maintainer update: math/qwtplot3d-qt4
update to 0.2.7
PR: ports/116565
Submitted by: Max Brazhnikov <makc@issp.ac.ru>
Diffstat (limited to 'math/qwtplot3d-qt4/files/patch-qwtplot3d.pro')
-rw-r--r-- | math/qwtplot3d-qt4/files/patch-qwtplot3d.pro | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/math/qwtplot3d-qt4/files/patch-qwtplot3d.pro b/math/qwtplot3d-qt4/files/patch-qwtplot3d.pro index 93ee14106c97..e2ef214a117b 100644 --- a/math/qwtplot3d-qt4/files/patch-qwtplot3d.pro +++ b/math/qwtplot3d-qt4/files/patch-qwtplot3d.pro @@ -1,11 +1,23 @@ ---- ./qwtplot3d.pro.orig Thu Jul 21 21:00:46 2005 -+++ ./qwtplot3d.pro Sun May 27 21:11:49 2007 -@@ -2,7 +2,7 @@ +--- ./qwtplot3d.pro.orig Tue Jun 26 18:34:05 2007 ++++ ./qwtplot3d.pro Tue Jun 26 18:34:57 2007 +@@ -1,9 +1,9 @@ + # pro file for building the makefile for qwtplot3d # - -TARGET = qwtplot3d +TARGET = qwtplot3d-qt4 TEMPLATE = lib - CONFIG += qt warn_on opengl thread zlib +-CONFIG += qt warn_on opengl thread zlib debug ++CONFIG += qt warn_on opengl thread zlib MOC_DIR = tmp + OBJECTS_DIR = tmp + INCLUDEPATH = include +@@ -21,7 +21,7 @@ + win32:CONFIG -= zlib + + linux-g++:TMAKE_CXXFLAGS += -fno-exceptions +-unix:VERSION = 0.2.6 ++unix:VERSION = 0.2.7 + + # Input + SOURCES += src/qwt3d_axis.cpp \ |