pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ecore



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 30 08:14:13 UTC 2020

Modified Files:
        pkgsrc/devel/ecore: Makefile

Log Message:
devel/ecore: remove unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/ecore/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ecore/Makefile
diff -u pkgsrc/devel/ecore/Makefile:1.33 pkgsrc/devel/ecore/Makefile:1.34
--- pkgsrc/devel/ecore/Makefile:1.33    Fri May 22 10:55:44 2020
+++ pkgsrc/devel/ecore/Makefile Sat May 30 08:14:13 2020
@@ -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



Home | Main Index | Thread Index | Old Index