readd patch, it didn't autofix on i386*.p. ok aja

This commit is contained in:
sthen 2016-08-31 15:00:03 +00:00
parent 1c87fbb264
commit fc4f2c9a09
2 changed files with 17 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2016/08/31 08:47:12 jasper Exp $
# $OpenBSD: Makefile,v 1.30 2016/08/31 15:00:03 sthen 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= 1
REVISION= 2
SHARED_LIBS += geoclue-2 0.0 # 0.0

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-libgeoclue_Makefile_in,v 1.3 2016/08/31 15:00:03 sthen 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 \