Date: Sun, 31 Jul 2016 14:53:08 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419386 - branches/2016Q3/devel/boehm-gc Message-ID: <201607311453.u6VEr8XX008199@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Sun Jul 31 14:53:08 2016 New Revision: 419386 URL: https://svnweb.freebsd.org/changeset/ports/419386 Log: MFH: r419384 - Fix build on sparc64 Remove unneeded symbolic link because the asm machine-dependent files were moved back to base folder. libtool: compile: cc -DHAVE_CONFIG_H -I./include -I./include -I/usr/local/include -fexceptions -DGC_VISIBILITY_HIDDEN_SET -fvisibility=hidden -Wall -Wextra -O2 -pipe -fno-strict-aliasing -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c fnlz_mlc.c -fPIC -DPIC -o .libs/fnlz_mlc.o make[3]: don't know how to make sparc_mach_dep.S. Stop Reported by: Gordon Zaft <gordonzaft@gmail.com> Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D7320 Approved by: ports-secteam (build fix blanket) Modified: branches/2016Q3/devel/boehm-gc/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/devel/boehm-gc/Makefile ============================================================================== --- branches/2016Q3/devel/boehm-gc/Makefile Sun Jul 31 14:48:49 2016 (r419385) +++ branches/2016Q3/devel/boehm-gc/Makefile Sun Jul 31 14:53:08 2016 (r419386) @@ -57,10 +57,6 @@ PORTDOCS= * NOT_FOR_ARCHS= ia64 -# no rule to get .lo from .S in subdirectory -pre-build: - ${LN} -sf ${WRKSRC}/src/sparc_mach_dep.S ${WRKSRC} - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDEBUG}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607311453.u6VEr8XX008199>