svn commit: r458991 - head/astro/boinc-setiathome-v7

Larry Rosenman ler at FreeBSD.org
Sun Jan 14 19:15:54 UTC 2018


Author: ler
Date: Sun Jan 14 19:15:52 2018
New Revision: 458991
URL: https://svnweb.freebsd.org/changeset/ports/458991

Log:
  astro/boinc-setiathome-v7: chase needing -lexecinfo
  
  in reality, this port should be updated to v8, which I'll work on.

Modified:
  head/astro/boinc-setiathome-v7/Makefile

Modified: head/astro/boinc-setiathome-v7/Makefile
==============================================================================
--- head/astro/boinc-setiathome-v7/Makefile	Sun Jan 14 19:01:58 2018	(r458990)
+++ head/astro/boinc-setiathome-v7/Makefile	Sun Jan 14 19:15:52 2018	(r458991)
@@ -3,7 +3,7 @@
 
 PORTNAME=	boinc-setiathome-v7
 PORTVERSION=	7.00
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	astro
 MASTER_SITES=	LOCAL/rene
 DISTNAME=	setiathome-svn-1924 # modified archive, see leftout in top directory
@@ -23,6 +23,7 @@ USES=		autoreconf compiler gmake libtool pkgconfig ssl
 
 CFLAGS+=	-O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \
 		-L${LOCALBASE}/lib
+LDFLAGS+=	-lexecinfo
 .if defined(CPUTYPE)
 CFLAGS+=	-march=${CPUTYPE}
 .endif


More information about the svn-ports-all mailing list