Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ecore devel/ecore: remove unknown configure options



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc49405406fd
branches:  trunk
changeset: 433028:bc49405406fd
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 30 08:14:13 2020 +0000

description:
devel/ecore: remove unknown configure options

diffstat:

 devel/ecore/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 7bf6206f844b -r bc49405406fd devel/ecore/Makefile
--- a/devel/ecore/Makefile      Sat May 30 08:02:52 2020 +0000
+++ b/devel/ecore/Makefile      Sat May 30 08:14:13 2020 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index