Date: Sun, 31 Jul 2016 14:40:58 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419384 - head/devel/boehm-gc Message-ID: <201607311440.u6VEewml001177@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Sun Jul 31 14:40:58 2016 New Revision: 419384 URL: https://svnweb.freebsd.org/changeset/ports/419384 Log: - 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) MFH: 2016Q3 (port-secteam build fix blanket) Differential Revision: D7320 Modified: head/devel/boehm-gc/Makefile Modified: head/devel/boehm-gc/Makefile ============================================================================== --- head/devel/boehm-gc/Makefile Sun Jul 31 14:26:30 2016 (r419383) +++ head/devel/boehm-gc/Makefile Sun Jul 31 14:40:58 2016 (r419384) @@ -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?201607311440.u6VEewml001177>