Date: Sun, 31 Jan 1999 02:23:17 +0200 From: Jeremy Lea <reg@shale.csir.co.za> To: gnats-admin@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/9826: Port fix: gnomeprint Message-ID: <19990131022317.C40715@shale.csir.co.za> In-Reply-To: <199901310020.QAA63224@freefall.freebsd.org>; from gnats-admin@FreeBSD.ORG on Sat, Jan 30, 1999 at 04:20:01PM -0800 References: <199901302351.BAA98277@shale.csir.co.za> <199901310020.QAA63224@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This one too... add patch-ad: --- ltconfig.orig Sun Jan 31 02:05:56 1999 +++ ltconfig Sun Jan 31 02:06:14 1999 @@ -1201,7 +1201,7 @@ ;; # FreeBSD 3, at last, uses gcc -shared to do shared libraries. - freebsd3*) + freebsd3* | freebsd4*) archive_cmds='$CC -shared -o $lib$libobjs$deplibs' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes @@ -1606,7 +1606,7 @@ shlibpath_var=PATH ;; -freebsd2* | freebsd3*) +freebsd*) objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` version_type=freebsd-$objformat library_names_spec='${libname}${release}.so$versuffix $libname.so' Sorry... -Jeremy -- | If I was not so weak, if I was not so cold, --+-- If I was not so scared of being broken, growing old, | I would be. I would be... frail. | - jars of clay / much afraid / frail 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?19990131022317.C40715>