remove now-unneeded patch, it appears the underlying issue has been auto-fixed.

This commit is contained in:
jasper 2016-08-31 08:47:12 +00:00
parent b0df4ea325
commit d9b0993810
2 changed files with 2 additions and 17 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2016/04/29 18:54:49 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.29 2016/08/31 08:47:12 jasper Exp $
COMMENT= modular geoinformation service on top of D-Bus
@ -6,7 +6,7 @@ VERSION= 2.4.3
DISTNAME= geoclue-${VERSION}
PKGNAME= geoclue2-${VERSION}
CATEGORIES= geo devel
REVISION= 0
REVISION= 1
SHARED_LIBS += geoclue-2 0.0 # 0.0

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-libgeoclue_Makefile_in,v 1.1 2016/04/29 18:54:49 ajacoutot Exp $
ERROR: can't resolve libraries to shared libraries: geoclue-2
--- libgeoclue/Makefile.in.orig Fri Apr 29 20:51:42 2016
+++ libgeoclue/Makefile.in Fri Apr 29 20:52:00 2016
@@ -943,7 +943,7 @@ gclue-manager.h: Makefile.am $(MANAGER_INTERFACE_XML)
@HAVE_INTROSPECTION_TRUE@ --symbol-prefix=gclue \
@HAVE_INTROSPECTION_TRUE@ --nsversion=2.0 \
@HAVE_INTROSPECTION_TRUE@ --include=Gio-2.0 \
-@HAVE_INTROSPECTION_TRUE@ --library=geoclue-2 \
+@HAVE_INTROSPECTION_TRUE@ --library=libgeoclue-2.la \
@HAVE_INTROSPECTION_TRUE@ --output $@ \
@HAVE_INTROSPECTION_TRUE@ --pkg=glib-2.0 \
@HAVE_INTROSPECTION_TRUE@ --pkg=gobject-2.0 \