So, there is this new unexplained trend going on in ports which is
to remove "-Wl,-soname" because (as I was told) "we don't do that"... Ok well, this break things, so put my soname back.
This commit is contained in:
parent
e78cf59e73
commit
8c78974c57
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2012/09/27 12:48:30 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2012/09/29 19:27:33 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -11,8 +11,8 @@ GNOME_VERSION= 0.14.0
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-editor= dconf-editor-${GNOME_VERSION}
|
||||
|
||||
REVISION-main= 0
|
||||
REVISION-editor=0
|
||||
REVISION-main= 1
|
||||
REVISION-editor=1
|
||||
|
||||
SHARED_LIBS+= dconf 1.0 # 1.0.0
|
||||
SHARED_LIBS+= dconf-dbus-1 1.0 # 1.0.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-client_Makefile_in,v 1.9 2012/09/27 08:32:05 ajacoutot Exp $
|
||||
$OpenBSD: patch-client_Makefile_in,v 1.10 2012/09/29 19:27:33 ajacoutot Exp $
|
||||
--- client/Makefile.in.orig Wed Sep 26 20:07:41 2012
|
||||
+++ client/Makefile.in Thu Sep 27 10:04:02 2012
|
||||
@@ -55,7 +55,7 @@ POST_UNINSTALL = :
|
||||
@ -24,7 +24,7 @@ $OpenBSD: patch-client_Makefile_in,v 1.9 2012/09/27 08:32:05 ajacoutot Exp $
|
||||
$(gio_LIBS)
|
||||
|
||||
-libdconf_so_1_0_0_LDFLAGS = -shared -Wl,-soname=libdconf.so.1
|
||||
+libdconf_so_1_0_0_LDFLAGS = -shared
|
||||
+libdconf_so_1_0_0_LDFLAGS = -shared -Wl,-soname=libdconf.so.${LIBdconf_VERSION}
|
||||
libdconf_so_1_0_0_SOURCES = $(libdconf_client_a_SOURCES)
|
||||
EXTRA_DIST = dconf.vapi dconf.deps
|
||||
vapi_DATA = dconf.vapi dconf.deps
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-dbus-1_Makefile_in,v 1.7 2012/09/27 08:32:05 ajacoutot Exp $
|
||||
$OpenBSD: patch-dbus-1_Makefile_in,v 1.8 2012/09/29 19:27:33 ajacoutot Exp $
|
||||
--- dbus-1/Makefile.in.orig Thu Sep 27 09:27:23 2012
|
||||
+++ dbus-1/Makefile.in Thu Sep 27 09:29:28 2012
|
||||
@@ -55,7 +55,7 @@ POST_UNINSTALL = :
|
||||
@ -15,7 +15,7 @@ $OpenBSD: patch-dbus-1_Makefile_in,v 1.7 2012/09/27 08:32:05 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
|
||||
+libdconf_dbus_1_so_0_0_0_LDFLAGS = -shared -Wl,-soname=libdconf-dbus-1.so.${LIBdconf_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 =
|
||||
|
Loading…
Reference in New Issue
Block a user