freebsd-ports/x11-toolkits/qwt6/files/patch-src__src.pro

12 lines
347 B
Prolog
Raw Normal View History

2013-07-14 17:27:05 +02:00
--- ./src/src.pro.orig 2013-05-30 15:18:27.693341000 +0000
+++ ./src/src.pro 2013-07-13 20:54:02.367114849 +0000
@@ -15,7 +15,7 @@
include( $${QWT_ROOT}/qwtfunctions.pri )
2011-08-19 18:53:51 +02:00
TEMPLATE = lib
-TARGET = $$qwtLibraryTarget(qwt)
+TARGET = $$qwtLibraryTarget(qwt$${QWT_VER_MAJ})
2011-08-19 18:53:51 +02:00
DESTDIR = $${QWT_ROOT}/lib