aboutsummaryrefslogtreecommitdiff
path: root/devel/boehm-gc
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2016-07-31 14:40:58 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2016-07-31 14:40:58 +0000
commitc18e5898bb155a79a73f002272f99fb5cd29bb45 (patch)
treecc0aff1cbf137699bacffc87af9769eb52828631 /devel/boehm-gc
parent65a88eabbad56c35d6f7418da99502bd44b6a92e (diff)
downloadports-c18e5898bb155a79a73f002272f99fb5cd29bb45.tar.gz
ports-c18e5898bb155a79a73f002272f99fb5cd29bb45.zip
- 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
Notes
Notes: svn path=/head/; revision=419384
Diffstat (limited to 'devel/boehm-gc')
-rw-r--r--devel/boehm-gc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile
index 193010e64ac8..56f2efc20638 100644
--- a/devel/boehm-gc/Makefile
+++ b/devel/boehm-gc/Makefile
@@ -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}