diff options
author | rillig <rillig@pkgsrc.org> | 2022-08-17 19:59:39 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2022-08-17 19:59:39 +0000 |
commit | 4ad7a2643b2f8f26d92ed2701b8ecd9c6762ef48 (patch) | |
tree | add39070bd0bbbc88987ff6cd873dc623a764941 /devel | |
parent | 26c9fc5c994f3f701f84984c5fab492c223cc53a (diff) | |
download | pkgsrc-4ad7a2643b2f8f26d92ed2701b8ecd9c6762ef48.tar.gz |
subversion: remove unknown configure option '--with-neon'
Diffstat (limited to 'devel')
-rw-r--r-- | devel/subversion/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common index d6ffa14f2aa..9e406483a9e 100644 --- a/devel/subversion/Makefile.common +++ b/devel/subversion/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.44 2020/03/14 14:13:02 tnn Exp $ +# $NetBSD: Makefile.common,v 1.45 2022/08/17 19:59:39 rillig Exp $ # used by devel/java-subversion/Makefile # used by devel/p5-subversion/Makefile # used by devel/py-subversion/Makefile @@ -43,8 +43,6 @@ CHECK_PORTABILITY_SKIP+= tools/dev/iz/ff2csv.command # unused .if !empty(PKG_OPTIONS:Mserf) CONFIGURE_ARGS+= --with-serf=${BUILDLINK_PREFIX.serf} -.else -CONFIGURE_ARGS+= --with-neon=${BUILDLINK_PREFIX.neon} .endif # workaround: does not install info file, but does create directory |