Date: Tue, 07 Mar 2000 03:21:40 +0900 From: "R. Imura" <imura@af.airnet.ne.jp> To: andrews@technologist.com Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Message-ID: <20000307032140B.imura@cs.titech.ac.jp> In-Reply-To: <200002281440.GAA76381@freefall.freebsd.org> References: <200002281440.GAA76381@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > 2) You should add CONFIGURE_ARGS=--with-extra-{includes,libs} to > > LOCALBASE in order to detect -lpng in configure. > > Ok. I'll look at it ASAP. God! Kdevelop-1.1 made --with-extra-* nonsense! diff -u kdevelop-1.1beta2/acinclude.m4 kdevelop-1.1/acinclude.m4 --- kdevelop-1.1beta2/acinclude.m4 Sun Jan 30 23:50:41 2000 +++ kdevelop-1.1/acinclude.m4 Mon Feb 28 00:09:51 2000 : [snip] : @@ -940,7 +1016,6 @@ IFS=':' for dir in $kde_use_extra_includes; do kde_extra_includes="$kde_extra_includes $dir" - all_includes="$all_includes -I$dir" USER_INCLUDES="$USER_INCLUDES -I$dir" done IFS=$ac_save_ifs : [snip] They removed this line. :-( BTW; what does ASAP mean? :) -- R. Imura // my private mail address has changed. // imura@cs.titech.ac.jp ====> imura@af.airnet.ne.jp /(-.-)y-~~ 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?20000307032140B.imura>