summaryrefslogtreecommitdiff
path: root/security/pgp6/files/patch-ag
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-09-01 17:56:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-09-01 17:56:05 +0000
commit1348e3ff59552fef1dca022dffb19f56bf70093e (patch)
tree1d028adc594e4c491bbf5b4414d303eeb820f33d /security/pgp6/files/patch-ag
parentmake it use gcc 4.2 or above instead of 4.1 only. (diff)
Fix build on FreeBSD/i386 8-CURRENT. (7.0 building with GCC 4.2)
Notes
Notes: svn path=/head/; revision=219602
Diffstat (limited to 'security/pgp6/files/patch-ag')
-rw-r--r--security/pgp6/files/patch-ag25
1 files changed, 0 insertions, 25 deletions
diff --git a/security/pgp6/files/patch-ag b/security/pgp6/files/patch-ag
deleted file mode 100644
index 8b0d8cdf1d95..000000000000
--- a/security/pgp6/files/patch-ag
+++ /dev/null
@@ -1,25 +0,0 @@
-*** libs/pfl/common/pgpRMWOLock.c 2000/01/25 23:30:04 1.1.1.1
---- libs/pfl/common/pgpRMWOLock.c 2000/01/25 23:32:31 1.1.1.2
-***************
-*** 8,15 ****
- ____________________________________________________________________________*/
-
- #include "pgpBase.h"
-
- #include "pgpRMWOLock.h"
-
- #if PGP_UNIX_SOLARIS
- /*
---- 8,19 ----
- ____________________________________________________________________________*/
-
- #include "pgpBase.h"
-
- #include "pgpRMWOLock.h"
-+
-+ #ifdef __FreeBSD__
-+ #define NULL 0 /* undefined for some reason */
-+ #endif
-
- #if PGP_UNIX_SOLARIS
- /*