Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jun 2000 20:03:41 +0200
From:      Norbert Irmer <norbert.irmer@heim9.tu-clausthal.de>
To:        freebsd-ports@FreeBSD.ORG, nectar@FreeBSD.ORG
Subject:   Re: Problems building ports/x11-toolkits/wxGTK
Message-ID:  <3953A67D.6ED08B18@heim9.tu-clausthal.de>
References:  <39536EFF.215A7623@heim9.tu-clausthal.de> <20000623094031.G76049@bone.nectar.com> <39539C93.1B9E604A@heim9.tu-clausthal.de>

next in thread | previous in thread | raw e-mail | index | archive | help
I noticed that you have change the freebsd target description to:

      *-*-freebsd* | *-*-netbsd*)
        SHARED_LD="${CC} -shared -o"
        PIC_FLAG="-fPIC"
        if test "$wxUSE_OPENGL" = "yes"; then
            WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS CREATE_INSTALLED_LINKS_GL"
            WX_ALL="CREATE_LINKS CREATE_LINKS_GL"
        else
            WX_ALL_INSTALLED="CREATE_INSTALLED_LINKS"
            WX_ALL="CREATE_LINKS"
        fi
      ;;

(almost the same as for linux), or else the "wx_gtk_gl.so" library is
not built and installed.
(And of course you have to add it to "pkg/PLIST".)

Regards,
Norbert


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3953A67D.6ED08B18>