... and some of the patches I forgot to add
This commit is contained in:
parent
6fdca43594
commit
39ab78796c
12
net/pidgin/patches/patch-finch_libgnt_Makefile_am
Normal file
12
net/pidgin/patches/patch-finch_libgnt_Makefile_am
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-finch_libgnt_Makefile_am,v 1.5 2012/08/04 14:25:33 espie Exp $
|
||||
--- finch/libgnt/Makefile.am.orig Fri Jul 20 11:55:59 2012
|
||||
+++ finch/libgnt/Makefile.am Fri Jul 20 11:56:05 2012
|
||||
@@ -84,7 +84,7 @@ libgnt_lainclude_HEADERS = \
|
||||
$(libgnt_la_headers)
|
||||
|
||||
libgnt_la_DEPENDENCIES =
|
||||
-libgnt_la_LDFLAGS = -export-dynamic -version_info $(GNT_LT_VERSION_INFO) -no-undefined
|
||||
+libgnt_la_LDFLAGS = -export-dynamic -version-info $(GNT_LT_VERSION_INFO) -no-undefined
|
||||
libgnt_la_LIBADD = \
|
||||
$(GLIB_LIBS) \
|
||||
$(GNT_LIBS) \
|
12
net/pidgin/patches/patch-finch_libgnt_Makefile_in
Normal file
12
net/pidgin/patches/patch-finch_libgnt_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-finch_libgnt_Makefile_in,v 1.19 2012/08/04 14:25:33 espie Exp $
|
||||
--- finch/libgnt/Makefile.in.orig Fri Jul 20 11:56:10 2012
|
||||
+++ finch/libgnt/Makefile.in Fri Jul 20 11:56:20 2012
|
||||
@@ -477,7 +477,7 @@ libgnt_lainclude_HEADERS = \
|
||||
$(libgnt_la_headers)
|
||||
|
||||
libgnt_la_DEPENDENCIES =
|
||||
-libgnt_la_LDFLAGS = -export-dynamic -version_info $(GNT_LT_VERSION_INFO) -no-undefined
|
||||
+libgnt_la_LDFLAGS = -export-dynamic -version-info $(GNT_LT_VERSION_INFO) -no-undefined
|
||||
libgnt_la_LIBADD = \
|
||||
$(GLIB_LIBS) \
|
||||
$(GNT_LIBS) \
|
12
net/quagga/patches/patch-ospfclient_Makefile_am
Normal file
12
net/quagga/patches/patch-ospfclient_Makefile_am
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-ospfclient_Makefile_am,v 1.1 2012/08/04 14:25:33 espie Exp $
|
||||
--- ospfclient/Makefile.am.orig Sat Jul 21 12:05:04 2012
|
||||
+++ ospfclient/Makefile.am Sat Jul 21 12:05:09 2012
|
||||
@@ -3,7 +3,7 @@
|
||||
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
|
||||
|
||||
lib_LTLIBRARIES = libospfapiclient.la
|
||||
-libospfapiclient_la_LDFLAGS = -version 0:0:0
|
||||
+libospfapiclient_la_LDFLAGS = -version-info 0:0:0
|
||||
|
||||
sbin_PROGRAMS = ospfclient
|
||||
|
13
net/quagga/patches/patch-ospfclient_Makefile_in.orig
Normal file
13
net/quagga/patches/patch-ospfclient_Makefile_in.orig
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-ospfclient_Makefile_in.orig,v 1.1 2012/08/04 14:25:33 espie Exp $
|
||||
--- ospfclient/Makefile.in.orig Mon Mar 12 11:43:04 2012
|
||||
+++ ospfclient/Makefile.in Tue Mar 20 20:11:40 2012
|
||||
@@ -131,7 +131,8 @@ CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CURSES = @CURSES@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
-DEFS = @DEFS@
|
||||
+DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
|
||||
+INSTALL_SDATA = @INSTALL@ -m 600
|
||||
DEPDIR = @DEPDIR@
|
||||
DLLTOOL = @DLLTOOL@
|
||||
DOC = @DOC@
|
12
net/quagga/patches/patch-ospfd_Makefile_am
Normal file
12
net/quagga/patches/patch-ospfd_Makefile_am
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-ospfd_Makefile_am,v 1.1 2012/08/04 14:25:33 espie Exp $
|
||||
--- ospfd/Makefile.am.orig Sat Jul 21 11:51:51 2012
|
||||
+++ ospfd/Makefile.am Sat Jul 21 11:51:57 2012
|
||||
@@ -5,7 +5,7 @@ DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdi
|
||||
INSTALL_SDATA=@INSTALL@ -m 600
|
||||
|
||||
lib_LTLIBRARIES = libospf.la
|
||||
-libospf_la_LDFLAGS = -version 0:0:0
|
||||
+libospf_la_LDFLAGS = -version-info 0:0:0
|
||||
|
||||
sbin_PROGRAMS = ospfd
|
||||
|
12
net/quagga/patches/patch-ospfd_Makefile_in
Normal file
12
net/quagga/patches/patch-ospfd_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-ospfd_Makefile_in,v 1.1 2012/08/04 14:25:33 espie Exp $
|
||||
--- ospfd/Makefile.in.orig Sat Jul 21 11:52:01 2012
|
||||
+++ ospfd/Makefile.in Sat Jul 21 11:52:14 2012
|
||||
@@ -286,7 +286,7 @@ top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
INSTALL_SDATA = @INSTALL@ -m 600
|
||||
lib_LTLIBRARIES = libospf.la
|
||||
-libospf_la_LDFLAGS = -version 0:0:0
|
||||
+libospf_la_LDFLAGS = -version-info 0:0:0
|
||||
libospf_la_SOURCES = \
|
||||
ospfd.c ospf_zebra.c ospf_interface.c ospf_ism.c ospf_neighbor.c \
|
||||
ospf_nsm.c ospf_dump.c ospf_network.c ospf_packet.c ospf_lsa.c \
|
Loading…
Reference in New Issue
Block a user