diff options
author | dholland <dholland> | 2012-12-23 03:23:20 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-12-23 03:23:20 +0000 |
commit | 6627c921ced118442cac4c6f108bc319d7ec95bc (patch) | |
tree | 7a08a089620168d0cc4a1c75729455737eb78311 | |
parent | 826823143de84dcaf2a5665dae463500bd8eca1a (diff) | |
download | pkgsrc-6627c921ced118442cac4c6f108bc319d7ec95bc.tar.gz |
Add patch comment (hi joerg)
-rw-r--r-- | sysutils/gnome-commander/patches/patch-src_dict.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gnome-commander/patches/patch-src_dict.h b/sysutils/gnome-commander/patches/patch-src_dict.h index 840ddf00e65..9254c1c2992 100644 --- a/sysutils/gnome-commander/patches/patch-src_dict.h +++ b/sysutils/gnome-commander/patches/patch-src_dict.h @@ -1,4 +1,6 @@ -$NetBSD: patch-src_dict.h,v 1.1 2012/12/22 20:03:47 joerg Exp $ +$NetBSD: patch-src_dict.h,v 1.2 2012/12/23 03:23:20 dholland Exp $ + +Pick up make_pair from the correct namespace; fixes clang build. --- src/dict.h.orig 2012-12-22 19:19:36.000000000 +0000 +++ src/dict.h |