diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-01-03 20:49:39 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-01-03 20:49:39 +0800 |
commit | 003a0750f9ef8361a85fda2cbc1f09362c708d66 (patch) | |
tree | 1469256abd4e099d9e0091af6618f1011270b470 /graphics | |
parent | b08c90f98c2e4a9abb0c3a6d1ebf987a19325f16 (diff) | |
download | freebsd-ports-gnome-003a0750f9ef8361a85fda2cbc1f09362c708d66.tar.gz freebsd-ports-gnome-003a0750f9ef8361a85fda2cbc1f09362c708d66.tar.zst freebsd-ports-gnome-003a0750f9ef8361a85fda2cbc1f09362c708d66.zip |
Drop pre-10.3 support in my ports
Figuring out which GCC hacks are safe to drop is tricky but at least
devel/fb-adb is limited to x86 due to ADA bootstrap.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/colmap/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index 2b741569b196..69038bad9d1f 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -41,9 +41,6 @@ TEST_TARGET= test ARGS="-V" OPTIONS_DEFINE= DOCS OPENMP SIMD OPTIONS_DEFAULT= OPENMP SIMD -# XXX ports/215138: exclude still broken -OPTIONS_EXCLUDE= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL}} # not OSREL:R -OPTIONS_EXCLUDE_FreeBSD_10.1= OPENMP DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx DOCS_USES= gmake |