diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-17 17:45:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-17 17:45:28 +0800 |
commit | aa3334a32c8ebf6ef51069b9d62ae5cf183742a0 (patch) | |
tree | 5e148e1e2df49a9db041e3e43b9cb90fdac0beaa /security/kgpg/files | |
parent | 1897f0a74ecf29b0b96d5e427e4db6dabef6ea7c (diff) | |
download | freebsd-ports-gnome-aa3334a32c8ebf6ef51069b9d62ae5cf183742a0.tar.gz freebsd-ports-gnome-aa3334a32c8ebf6ef51069b9d62ae5cf183742a0.tar.zst freebsd-ports-gnome-aa3334a32c8ebf6ef51069b9d62ae5cf183742a0.zip |
- Unbreak
- Fix build gcc 4.2
PR: 116815
Submitted by: miwi
Approved by: maintainer timeout
Diffstat (limited to 'security/kgpg/files')
-rw-r--r-- | security/kgpg/files/patch-kgpg-kgpg_kgpgeditor.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/kgpg/files/patch-kgpg-kgpg_kgpgeditor.h b/security/kgpg/files/patch-kgpg-kgpg_kgpgeditor.h new file mode 100644 index 000000000000..a9935646bbd4 --- /dev/null +++ b/security/kgpg/files/patch-kgpg-kgpg_kgpgeditor.h @@ -0,0 +1,11 @@ +--- kgpg/kgpg/kgpgeditor.h.orig 2007-10-01 22:48:13.000000000 +0200 ++++ kgpg/kgpg/kgpgeditor.h 2007-10-01 22:50:17.000000000 +0200 +@@ -54,7 +54,7 @@ + + + +- class KgpgApp : public KMainWindow ++ class KgpgView; class KgpgApp : public KMainWindow + { + Q_OBJECT + |