diff options
author | 2006-04-09 13:44:26 +0000 | |
---|---|---|
committer | 2006-04-09 13:44:26 +0000 | |
commit | 8def5dd5d55123a2cd0adcb226a26e8d057cb288 (patch) | |
tree | 362f232bf81c8dcf2658b0b68edcad1a8829cf53 /net-libs/openslp/files | |
parent | Use UTF-8 IO by default when the 'unicode' USE flag is set (bug #129221). (diff) | |
download | gentoo-2-8def5dd5d55123a2cd0adcb226a26e8d057cb288.tar.gz gentoo-2-8def5dd5d55123a2cd0adcb226a26e8d057cb288.tar.bz2 gentoo-2-8def5dd5d55123a2cd0adcb226a26e8d057cb288.zip |
Add patch to build on *BSD systems, run elibtoolize and add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'net-libs/openslp/files')
-rw-r--r-- | net-libs/openslp/files/openslp-1.2.1-fbsd.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-libs/openslp/files/openslp-1.2.1-fbsd.patch b/net-libs/openslp/files/openslp-1.2.1-fbsd.patch new file mode 100644 index 000000000000..dac041516f23 --- /dev/null +++ b/net-libs/openslp/files/openslp-1.2.1-fbsd.patch @@ -0,0 +1,12 @@ +Index: openslp-1.2.1/common/Makefile.am +=================================================================== +--- openslp-1.2.1.orig/common/Makefile.am ++++ openslp-1.2.1/common/Makefile.am +@@ -24,6 +24,7 @@ libcommonlibslp_la_SOURCES = \ + slp_parse.c \ + slp_pid.c \ + slp_dhcp.c \ ++ slp_net.c \ + $(slp_v1message_SRCS) \ + $(slp_security_SRCS) + |