Date: Sun, 14 Jan 2018 19:15:52 +0000 (UTC) From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458991 - head/astro/boinc-setiathome-v7 Message-ID: <201801141915.w0EJFqZQ003052@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801141915.w0EJFqZQ003052>