svn commit: r419386 - branches/2016Q3/devel/boehm-gc

Carlos J. Puga Medina cpm at FreeBSD.org
Sun Jul 31 14:53:09 UTC 2016


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 at 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}


More information about the svn-ports-branches mailing list