diff options
| author | Max Brazhnikov <makc@FreeBSD.org> | 2012-04-16 22:34:11 +0000 |
|---|---|---|
| committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-04-16 22:34:11 +0000 |
| commit | ca2d76ff833a0e91a9d7ddc001932ce198a5c7cf (patch) | |
| tree | 2094894263d77992f2828dfb59ed3d12c97e42c7 /math/qwtplot3d-qt4/files/patch-qwtplot3d.pro | |
| parent | - new upstream for portupgrade (diff) | |
Fix build with upcoming Qt 4.8
Notes
Notes:
svn path=/head/; revision=294931
Diffstat (limited to '')
| -rw-r--r-- | math/qwtplot3d-qt4/files/patch-qwtplot3d.pro | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/math/qwtplot3d-qt4/files/patch-qwtplot3d.pro b/math/qwtplot3d-qt4/files/patch-qwtplot3d.pro index e2ef214a117b..6c363a30330c 100644 --- a/math/qwtplot3d-qt4/files/patch-qwtplot3d.pro +++ b/math/qwtplot3d-qt4/files/patch-qwtplot3d.pro @@ -1,5 +1,5 @@ ---- ./qwtplot3d.pro.orig Tue Jun 26 18:34:05 2007 -+++ ./qwtplot3d.pro Tue Jun 26 18:34:57 2007 +--- ./qwtplot3d.pro.orig 2012-04-16 21:57:23.562053805 +0000 ++++ ./qwtplot3d.pro 2012-04-16 21:58:00.311051941 +0000 @@ -1,9 +1,9 @@ # pro file for building the makefile for qwtplot3d # @@ -12,7 +12,15 @@ MOC_DIR = tmp OBJECTS_DIR = tmp INCLUDEPATH = include -@@ -21,7 +21,7 @@ +@@ -11,6 +11,7 @@ + DESTDIR = lib + #DESTDIR = ../../../lib + QT += opengl ++unix:LIBS += -lGLU + + win32:TEMPLATE = vclib + win32:CONFIG += dll exceptions +@@ -21,7 +22,7 @@ win32:CONFIG -= zlib linux-g++:TMAKE_CXXFLAGS += -fno-exceptions |
