diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-08-22 05:21:54 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-08-22 05:21:54 +0800 |
commit | b4fe9d09d6d3b1df7183cc2f37f6ee363be3eb73 (patch) | |
tree | d96e7488bd05608ac7d3ccc1bce7b125b5a7e6cf /deskutils | |
parent | 316c02ac04e43e4b05d7e963b16be81c42eca931 (diff) | |
download | freebsd-ports-gnome-b4fe9d09d6d3b1df7183cc2f37f6ee363be3eb73.tar.gz freebsd-ports-gnome-b4fe9d09d6d3b1df7183cc2f37f6ee363be3eb73.tar.zst freebsd-ports-gnome-b4fe9d09d6d3b1df7183cc2f37f6ee363be3eb73.zip |
- Petted Lint
- Added Mirror (use it instead of unreliable mastersite)
- Added patch so port will build in 7-CURRENT
PR: ports/102328
Submitted by: Beech Rintoul (maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gtkjournal/files/patch-bfcryptfile.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/gtkjournal/files/patch-bfcryptfile.cpp b/deskutils/gtkjournal/files/patch-bfcryptfile.cpp new file mode 100644 index 000000000000..1c3fb98a4763 --- /dev/null +++ b/deskutils/gtkjournal/files/patch-bfcryptfile.cpp @@ -0,0 +1,10 @@ +--- src/aolib/bfcryptfile.cpp.orig Fri Mar 12 06:10:10 2004 ++++ src/aolib/bfcryptfile.cpp Sun Aug 20 09:12:01 2006 +@@ -18,6 +18,7 @@ + + + #include <aolib/bfcryptfile.hpp> ++#include "openssl/sha.h" + + namespace aolib + { |