astro/boinc-astropulse: Fix compile with clang 7.0.1
- need to run configure for setiathome - pet portlint - move USES, BROKEN_armv6, X11_USES= gl Reported by: pkg-fallout
This commit is contained in:
parent
c92fe63a40
commit
02266a07ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487726
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= boinc-astropulse
|
||||
PORTVERSION= 6.01
|
||||
PORTREVISION= 12
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= LOCAL/rene
|
||||
DISTNAME= astropulse-svn-1702 # modified archive, see leftout in top directory
|
||||
@ -14,15 +14,17 @@ COMMENT= Astropulse for BOINC
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_armv6= fails to compile: call to abs is ambiguous
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 \
|
||||
${NONEXISTENT}:astro/boinc-setiathome:patch
|
||||
${NONEXISTENT}:astro/boinc-setiathome:configure
|
||||
RUN_DEPENDS= boinc_client:net/boinc-client
|
||||
LIB_DEPENDS= libfftw3f.so:math/fftw3-float
|
||||
|
||||
BROKEN_armv6= fails to compile: call to abs is ambiguous
|
||||
USES= autoreconf gmake libtool pkgconfig tar:xz
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= autoreconf gmake libtool pkgconfig tar:xz
|
||||
|
||||
WRKSRC_SUBDIR= client
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include
|
||||
@ -61,7 +63,7 @@ OPTIONS_SUB= yes
|
||||
|
||||
X11_DESC= Build screensaver (requires net/boinc-client with X11)
|
||||
X11_BUILD_DEPENDS= ${LOCALBASE}/lib/libboinc_graphics2.a:net/boinc-client
|
||||
X11_USES= jpeg
|
||||
X11_USES= gl jpeg
|
||||
X11_USE= GL=gl,glu,glut \
|
||||
XORG=ice,sm,x11,xau,xcb,xext,xi,xdamage,xdmcp,xfixes,xmu,xt,xxf86vm
|
||||
X11_CONFIGURE_ENABLE= graphics
|
||||
|
Loading…
Reference in New Issue
Block a user