Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2003 00:46:57 -0500 (EST)
From:      Bob Bomar <bob@bomar.us>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47347: Update port: x11-toolkit/qwt
Message-ID:  <20030122054657.A1D98136D1@peitho.fxp.org>

next in thread | raw e-mail | index | archive | help

>Number:         47347
>Category:       ports
>Synopsis:       Update port: x11-toolkit/qwt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 21 21:50:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Bob Bomar
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD warrior.bomar.us 5.0-RELEASE FreeBSD 5.0-RELEASE #5: Sun Jan 19 18:16:47 CST 2003 root@warrior.bomar.us:/usr/obj/usr/src/sys/Warrior i386


	
>Description:
	Update to fix qmake QMAKESPEC not set
>How-To-Repeat:
	
>Fix:


--- Makefile.old	Tue Jan 21 23:38:16 2003
+++ Makefile.new	Tue Jan 21 23:37:55 2003
@@ -58,7 +58,7 @@
 		screenshots.3
 
 pre-build:
-	cd ${WRKSRC}; qmake qwt.pro -o Makefile
+	cd ${WRKSRC}; qmake qwt.pro -spec ${X11BASE}/mkspecs/freebsd-g++/ -o Makefile
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/lib/libqwt.so.0.4.1 ${PREFIX}/lib
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030122054657.A1D98136D1>