svn commit: r419384 - head/devel/boehm-gc
Carlos J. Puga Medina
cpm at FreeBSD.org
Sun Jul 31 14:40:59 UTC 2016
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 at 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}
More information about the svn-ports-head
mailing list