diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-23 14:36:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-23 14:36:00 +0800 |
commit | bbf32867a34320a528a5bac720ca2a2b3dda27a9 (patch) | |
tree | d626aa9c5612554050b360f800cabdc388918de0 /devel | |
parent | 81ad49fd2ab47c2e152c386391d30fc6b3ac8edb (diff) | |
download | freebsd-ports-gnome-bbf32867a34320a528a5bac720ca2a2b3dda27a9.tar.gz freebsd-ports-gnome-bbf32867a34320a528a5bac720ca2a2b3dda27a9.tar.zst freebsd-ports-gnome-bbf32867a34320a528a5bac720ca2a2b3dda27a9.zip |
Enable build on all archs. Apparently the x86-specific code is long gone.
PR: 229725
Submitted by: Greg V <greg at unrelenting.technology>
Approved by: maintainer timeout (> 3 months)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/csmith/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/csmith/Makefile b/devel/csmith/Makefile index 6a1f8f1b2065..6f9fe05cd112 100644 --- a/devel/csmith/Makefile +++ b/devel/csmith/Makefile @@ -20,8 +20,6 @@ USE_PERL5= run SHEBANG_FILES= scripts/compiler_test.pl scripts/launchn.pl USE_LDCONFIG= yes -ONLY_FOR_ARCHS= i386 amd64 - OPTIONS_DEFINE= DOCS PLIST_SUB= PKGNAME="${PKGNAME}" |