Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2002 04:39:15 -0700 (PDT)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/x11-toolkits/qt23 Makefile
Message-ID:  <200204271139.g3RBdG726092@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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