diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-12-27 17:57:30 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-12-27 17:58:01 -0500 |
commit | 367d47d9414005bea0e6a7fc749fa19032fd89d6 (patch) | |
tree | 663449ee39e9736237bbcfa3e48e70bb77df5f86 /dev-util/plan9port/files | |
parent | sys-apps/findutils: version bump to 4.5.18 (diff) | |
download | gentoo-367d47d9414005bea0e6a7fc749fa19032fd89d6.tar.gz gentoo-367d47d9414005bea0e6a7fc749fa19032fd89d6.tar.bz2 gentoo-367d47d9414005bea0e6a7fc749fa19032fd89d6.zip |
dev-util/plan9port: add prefix support, bug #567260
Thanks Jeremi Piotrowski <jeremi.piotrowski@gmail.com>
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-util/plan9port/files')
-rw-r--r-- | dev-util/plan9port/files/plan9port-freebsd-10.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/plan9port/files/plan9port-freebsd-10.patch b/dev-util/plan9port/files/plan9port-freebsd-10.patch new file mode 100644 index 000000000000..cc46dc6f4509 --- /dev/null +++ b/dev-util/plan9port/files/plan9port-freebsd-10.patch @@ -0,0 +1,11 @@ +--- a/bin/9l 2015-12-09 19:12:50.000000000 +0000
++++ b/bin/9l 2015-12-09 19:13:00.000000000 +0000
+@@ -19,7 +19,7 @@ case "$tag" in
+ 5.2.*)
+ extralibs="$extralibs -lkse"
+ ;;
+- [5-9].*)
++ [5-9].*|10.*)
+ extralibs="$extralibs -lpthread"
+ ;;
+ esac
|