Date: Fri, 15 Jun 2001 14:20:03 -0700 (PDT) From: Jonathan Belson <jon@witchspace.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/28009: New port : libkmsn Message-ID: <200106152120.f5FLK3a49036@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/28009; it has been noted by GNATS. From: Jonathan Belson <jon@witchspace.com> To: freebsd-gnats-submit@FreeBSD.org, jon@witchspace.com Cc: Subject: Re: ports/28009: New port : libkmsn Date: Fri, 15 Jun 2001 22:16:49 +0100 This is a multi-part message in MIME format. --------------062EB1D38F3A4DF6A79E41F3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hiya Oops! Tested my port on a vanilla machine and it failed to build - here's a patch to sort it out. -- C-YA Jon <http://www.witchspace.com> --------------062EB1D38F3A4DF6A79E41F3 Content-Type: text/plain; charset=us-ascii; name="libkmsn.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="libkmsn.patch" diff -ur libkmsn.orig/Makefile libkmsn/Makefile --- libkmsn.orig/Makefile Fri Jun 15 21:50:05 2001 +++ libkmsn/Makefile Fri Jun 15 19:27:03 2001 @@ -15,9 +15,8 @@ USE_KDELIBS_VER=2 USE_GMAKE= yes -INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-qt-dir=${X11BASE} +MAKE_ENV+= ${CONFIGURE_ENV} .include <bsd.port.mk> --------------062EB1D38F3A4DF6A79E41F3-- 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?200106152120.f5FLK3a49036>