diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-10-27 15:46:11 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-10-27 15:46:11 +0000 |
commit | e7dbf6fab0eeb5d19feefbad4e7b6c4c99d46e9f (patch) | |
tree | 1cc644c7d99052a86353e617a6b97d22a15b6b34 /security/fwbuilder-devel/files/patch-ae | |
parent | Fix build on 4-stable. (diff) |
Fix build on 4-stable
PR: ports/72808
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=120321
Diffstat (limited to 'security/fwbuilder-devel/files/patch-ae')
-rw-r--r-- | security/fwbuilder-devel/files/patch-ae | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/fwbuilder-devel/files/patch-ae b/security/fwbuilder-devel/files/patch-ae new file mode 100644 index 000000000000..ec5432747d90 --- /dev/null +++ b/security/fwbuilder-devel/files/patch-ae @@ -0,0 +1,10 @@ +--- src/gui/listOfLibraries.cpp.old Sun Oct 17 00:23:48 2004 ++++ src/gui/listOfLibraries.cpp Sun Oct 17 00:24:01 2004 +@@ -38,6 +38,7 @@ + #include <qfile.h> + + #include <iostream> ++#include <algorithm> + + using namespace std; + using namespace libfwbuilder; |