Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2002 12:03:35 -0300
From:      Fernan Aguero <fernan@iib.unsam.edu.ar>
To:        Miguel Mendez <flynn@energyhq.homeip.net>
Cc:        ports@freebsd.org
Subject:   Re: building kaptain on FreeBSD (preparing a port)
Message-ID:  <20020116120335.D2966@iib.unsam.edu.ar>
In-Reply-To: <20020116153030.A7590@energyhq.homeip.net>; from flynn@energyhq.homeip.net on Wed, Jan 16, 2002 at 03:30:30PM %2B0100
References:  <20020115151925.B64862@iib.unsam.edu.ar> <20020115233944.GA18309@wwweasel.geeksrus.net> <20020116104754.C2966@iib.unsam.edu.ar> <20020116152334.A7526@energyhq.homeip.net> <20020116153030.A7590@energyhq.homeip.net>

next in thread | previous in thread | raw e-mail | index | archive | help
+----[ Miguel Mendez (flynn@energyhq.homeip.net) dijo sobre "Re: building kaptain on FreeBSD (preparing a port)":
|
| On Wed, Jan 16, 2002 at 03:23:34PM +0100, Miguel Mendez wrote:
|
| > The problem is that the configure script expects to find libqt.so and
| > FreeBSD makes distinction for different versions of Qt, so what it needs
| > to find is qt2.
| > 
| > The usual trick is to put this in the Makefile:
| > 
| > post-patch:
| > 	$(PERL) -pi -e 's@qt@qt2@' $(WRKSRC)/configure
| 
| 	Hmm, that would be 's@qt@qt2@g' actually :)
| 

That did it!

Thanks Miguel. Also thanks to Jonathan who pointed out something
similar to me, although just replacing -lqt by -lqt2 didn't make it.

Now on to making this a FreeBSD port! ... thanks everybody who
replied!

Fernan

|
+----]

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?20020116120335.D2966>