Remove now-useless, commented-out lines.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
80c704a4f6
commit
78b6654ad1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464132
@ -16,10 +16,6 @@ LICENSE_FILE= ${WRKSRC}/../COPYING
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3
|
||||
LIB_DEPENDS= libfftw3f.so:math/fftw3-float
|
||||
|
||||
#BROKEN_aarch64= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
#BROKEN_armv6= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
#BROKEN_armv7= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
|
||||
USES= compiler:c++11-lib gmake localbase:ldflags tar:bz2
|
||||
USE_LDCONFIG= yes
|
||||
WRKSRC_SUBDIR= libs
|
||||
|
@ -12,10 +12,6 @@ COMMENT= Simple, fast, and accurate algorithm to estimate large phylogenies
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
#BROKEN_aarch64= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
#BROKEN_armv6= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
#BROKEN_armv7= fails to compile: c++: the clang compiler does not support '-march=native'
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= stephaneguindon
|
||||
|
||||
|
@ -15,11 +15,6 @@ LICENSE= GPLv2
|
||||
LIB_DEPENDS= libphysfs.so:devel/physfs
|
||||
LIB_DEPENDS+= libalut.so:audio/freealut
|
||||
|
||||
#BROKEN_aarch64= fails to compile: error: the clang compiler does not support -march=native
|
||||
#BROKEN_armv6= fails to compile: error: the clang compiler does not support -march=native
|
||||
#BROKEN_armv7= fails to compile: error: the clang compiler does not support -march=native
|
||||
#BROKEN_powerpc64= fails to compile: error: the clang compiler does not support -march=native
|
||||
|
||||
WRKSRC_SUBDIR= src
|
||||
USES= gmake openal:al,alut
|
||||
USE_SDL= sdl2 image2
|
||||
|
Loading…
Reference in New Issue
Block a user