diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-30 08:14:13 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-30 08:14:13 +0000 |
commit | 768a4c3f036d672d1e8b8300e614bbe29fe1a7c0 (patch) | |
tree | 2953719fd3212b601b652d58e75995002acf1fe7 | |
parent | d719c5bdcbf8b1a186f0034ef29bd50f0b7e424b (diff) | |
download | pkgsrc-768a4c3f036d672d1e8b8300e614bbe29fe1a7c0.tar.gz |
devel/ecore: remove unknown configure options
-rw-r--r-- | devel/ecore/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/ecore/Makefile b/devel/ecore/Makefile index 82f4ba1fa34..567854153bd 100644 --- a/devel/ecore/Makefile +++ b/devel/ecore/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2020/05/22 10:55:44 adam Exp $ +# $NetBSD: Makefile,v 1.34 2020/05/30 08:14:13 rillig Exp $ DISTNAME= ecore-1.7.10 PKGREVISION= 2 @@ -15,9 +15,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config -CONFIGURE_ARGS+= --disable-ecore-directfb \ - --enable-ecore-desktop \ - --disable-ecore-evas-sdl +CONFIGURE_ARGS+= --disable-ecore-directfb # Explicitly disable epoll/inotify on illumos, provided for Linux compat only. CONFIGURE_ARGS.SunOS+= --disable-epoll |