From owner-cvs-all Sat Apr 27 4:39:20 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20FB237B405; Sat, 27 Apr 2002 04:39:16 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3RBdG726092; Sat, 27 Apr 2002 04:39:16 -0700 (PDT) (envelope-from sobomax) Message-Id: <200204271139.g3RBdG726092@freefall.freebsd.org> From: Maxim Sobolev Date: Sat, 27 Apr 2002 04:39:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt23 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/04/27 04:39:15 PDT Modified files: x11-toolkits/qt23 Makefile Log: Use correct -soname for qtgl shared library, so that libqtgl actually works. Previously libqtgl.so.4 was libked with soname of libqt2.so.4, so that when you link application with -lqtgl you are fine, but when you are trying to run resulting application it dies because libqt2 (which has no GL code) is dynamically linked instead. Not objected by: will Revision Changes Path 1.100 +3 -2 ports/x11-toolkits/qt23/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message