e6f055b448
This is Viewnior, an image viewer program. Created to be simple, fast and elegant. It's minimalistic interface provides more screenspace for your images. Among its features are: <...> tested on macppc by and ok mpi@
22 lines
612 B
Plaintext
22 lines
612 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2012/08/19 16:30:46 ajacoutot Exp $
|
|
|
|
Dependency was removed in 2009 (see ChangeLog in source).
|
|
|
|
--- configure.orig Sun Aug 19 17:28:06 2012
|
|
+++ configure Sun Aug 19 17:28:19 2012
|
|
@@ -14322,14 +14322,12 @@ fi
|
|
|
|
GTK_REQUIRED=2.20
|
|
GLIB_REQUIRED=2.24
|
|
-SHARED_MIME_INFO_REQUIRED=0.20
|
|
GDKPIXBUF_REQUIRED=2.4.0
|
|
|
|
|
|
VNR_MODULES="gtk+-2.0 >= $GTK_REQUIRED \
|
|
glib-2.0 >= $GLIB_REQUIRED \
|
|
gio-2.0 >= $GLIB_REQUIRED \
|
|
- shared-mime-info >= $SHARED_MIME_INFO_REQUIRED \
|
|
gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED"
|
|
|
|
# ****************
|