Add upstream bug report URL.
This commit is contained in:
parent
7beb3ce74b
commit
dc68b32980
2 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.11 2013/05/24 18:22:57 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.12 2013/05/24 18:31:49 wiz Exp $
|
||||
|
||||
SHA1 (libproxy-0.4.11.tar.gz) = c037969434095bc65d29437e11a7c9e0293a5149
|
||||
RMD160 (libproxy-0.4.11.tar.gz) = 382110e088faf7a170ac838864d675204d886237
|
||||
Size (libproxy-0.4.11.tar.gz) = 93757 bytes
|
||||
SHA1 (patch-libproxy_CMakeLists.txt) = b300954ce464a0854c46b5acd14bd8c78782d577
|
||||
SHA1 (patch-libproxy_CMakeLists.txt) = fc283f97eebf0ef0cfbd81341a7db311755ab2ec
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
$NetBSD: patch-libproxy_CMakeLists.txt,v 1.1 2013/05/24 18:22:57 wiz Exp $
|
||||
$NetBSD: patch-libproxy_CMakeLists.txt,v 1.2 2013/05/24 18:31:49 wiz Exp $
|
||||
|
||||
If this is defined, it doesn't compile on NetBSD due to
|
||||
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24012
|
||||
and missing ntohs() etc.
|
||||
|
||||
Reported upstream at
|
||||
http://code.google.com/p/libproxy/issues/detail?id=193
|
||||
|
||||
--- libproxy/CMakeLists.txt.orig 2012-11-30 22:31:35.000000000 +0000
|
||||
+++ libproxy/CMakeLists.txt
|
||||
@@ -6,7 +6,6 @@ set_project_version(0 4 11)
|
||||
|
|
Loading…
Reference in a new issue