diff options
author | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2007-04-29 16:27:41 +0000 |
---|---|---|
committer | Bjarke Istrup Pedersen <gurligebis@gentoo.org> | 2007-04-29 16:27:41 +0000 |
commit | 01b15ce85afe80ad472d7b65dfaef3ed10db727e (patch) | |
tree | e666d5ddfc8d00193475782fb72db4c779ffa45e /net-misc/libupnp/files | |
parent | Bump to 1.2.13 (diff) | |
download | gentoo-2-01b15ce85afe80ad472d7b65dfaef3ed10db727e.tar.gz gentoo-2-01b15ce85afe80ad472d7b65dfaef3ed10db727e.tar.bz2 gentoo-2-01b15ce85afe80ad472d7b65dfaef3ed10db727e.zip |
Adding patch to fix tests on FreeBSD.
(Portage version: 2.1.2.4)
Diffstat (limited to 'net-misc/libupnp/files')
-rw-r--r-- | net-misc/libupnp/files/libupnp-1.4.5-fbsd.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/libupnp/files/libupnp-1.4.5-fbsd.patch b/net-misc/libupnp/files/libupnp-1.4.5-fbsd.patch new file mode 100644 index 000000000000..42fe4f52f57e --- /dev/null +++ b/net-misc/libupnp/files/libupnp-1.4.5-fbsd.patch @@ -0,0 +1,11 @@ +--- configure.ac.old 2007-04-29 18:37:07 +0200 ++++ configure.ac 2007-04-29 18:37:36 +0200 +@@ -174,7 +174,7 @@ + echo host is $host + echo host_os is $host_os + case $host_os in +-FreeBSD*) ++freebsd*) + echo "Using FreeBSD specific compiler settings" + # Put FreeBSD specific compiler flags here + ;;
\ No newline at end of file |