Date: Fri, 14 Mar 2008 16:03:08 +0000 (UTC) From: Rong-En Fan <rafan@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net-p2p/microdc2/files patch-lib-Makefile.in Message-ID: <200803141603.m2EG383O076255@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rafan 2008-03-14 16:03:08 UTC
FreeBSD ports repository
Added files:
net-p2p/microdc2/files patch-lib-Makefile.in
Log:
Fix build with BSD ar(1).
Makefile of microdc2 mistakenly pass arguments which is intended for
ld(1) to ar(1). GNU ar(1) treats those wrong args as filenames and
issue a warning since "file" not exist, while BSD ar(1) treats them as
invalid options and exits with error.
PR: ports/121163
Reported by: erwin
Submitted by: kaiw@
Approved by: maintainer timeout (16 days)
Revision Changes Path
1.1 +11 -0 ports/net-p2p/microdc2/files/patch-lib-Makefile.in (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803141603.m2EG383O076255>
