Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2006 19:23:39 -0400
From:      serge.gagnon@b2b2c.ca (Serge Gagnon)
To:        ports@freebsd.org
Subject:   Re: Problem with a configure script in a new port
Message-ID:  <0IZN00MNC2BFPAE0@VL-MO-MR004.ip.videotron.ca>
In-Reply-To: <0IZN00H0B0HYUH10@VL-MH-MR002.ip.videotron.ca>
References:  <0IZN00H0B0HYUH10@VL-MH-MR002.ip.videotron.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
I know what I was doing wrong.

- CONFIGURE_ENV+= ${CPPFLAGS}="${CPPFLAGS} -I${LOCALBASE}/include" 
${LDFLAGS}="${LDFLAGS
} -L${LOCALBASE}/lib"

+ CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" 
LDFLAGS="${LDFLAGS
} -L${LOCALBASE}/lib"

As always, the problem was approximatly 20 inch in front of my monitor.
Sorry for the noise...
Thanks.
-- 
GAGNON serge <serge.gagnon@b2b2c.ca>
PGP KEY-ID: 0xBBC1478F
PGP Fingerprint: B48B 4633 28F5 28F6 7A62 5650 69C8 E293 BBC1 478F
PPG Key: http://quenix2.dyndns.org:7777 | telnet quenix2.dyndns.org 7777
Cvsdadm: Tool for CVSd pserver user administration
http://quenix2.dyndns.org:8080/Unix-soft/cvsdadm.html




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