LIBdconf_VERSION -> LIBdconf-dbus-1_VERSION
This commit is contained in:
parent
c2ab4d6399
commit
31b36df038
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.49 2013/03/29 07:31:00 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.50 2013/03/30 18:15:22 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -11,6 +11,8 @@ GNOME_VERSION= 0.16.0
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-editor= dconf-editor-${GNOME_VERSION}
|
||||
|
||||
REVISION-main= 0
|
||||
|
||||
SHARED_LIBS += dconf 1.0 # 1.0.0
|
||||
SHARED_LIBS += dconf-dbus-1 1.0 # 1.0.0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-dbus-1_Makefile_in,v 1.9 2013/03/29 07:31:01 ajacoutot Exp $
|
||||
$OpenBSD: patch-dbus-1_Makefile_in,v 1.10 2013/03/30 18:15:22 ajacoutot Exp $
|
||||
--- dbus-1/Makefile.in.orig Mon Mar 25 22:45:12 2013
|
||||
+++ dbus-1/Makefile.in Fri Mar 29 08:06:39 2013
|
||||
@@ -54,7 +54,7 @@ POST_UNINSTALL = :
|
||||
@ -15,7 +15,7 @@ $OpenBSD: patch-dbus-1_Makefile_in,v 1.9 2013/03/29 07:31:01 ajacoutot Exp $
|
||||
$(glib_LIBS)
|
||||
|
||||
-libdconf_dbus_1_so_0_0_0_LDFLAGS = -shared -Wl,-soname=libdconf-dbus-1.so.0
|
||||
+libdconf_dbus_1_so_0_0_0_LDFLAGS = -shared -Wl,-soname=libdconf-dbus-1.so.${LIBdconf_VERSION}
|
||||
+libdconf_dbus_1_so_0_0_0_LDFLAGS = -shared -Wl,-soname=libdconf-dbus-1.so.${LIBdconf-dbus-1_VERSION}
|
||||
libdconf_dbus_1_so_0_0_0_SOURCES = dconf-dbus-1.c
|
||||
-nodist_noinst_DATA = libdconf-dbus-1.so libdconf-dbus-1.so.0
|
||||
+nodist_noinst_DATA =
|
||||
|
@ -1,4 +1,7 @@
|
||||
$OpenBSD: patch-tests_Makefile_in,v 1.2 2013/03/29 07:31:01 ajacoutot Exp $
|
||||
$OpenBSD: patch-tests_Makefile_in,v 1.3 2013/03/30 18:15:22 ajacoutot Exp $
|
||||
|
||||
XXX fix and push upstream
|
||||
|
||||
--- tests/Makefile.in.orig Mon Mar 25 22:45:12 2013
|
||||
+++ tests/Makefile.in Fri Mar 29 08:06:00 2013
|
||||
@@ -359,8 +359,7 @@ changeset_SOURCES = changeset.c
|
||||
|
Loading…
Reference in New Issue
Block a user