diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-17 18:11:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-17 18:11:46 +0000 |
commit | 747364a3d8e05a373384f5b5d14125258671e480 (patch) | |
tree | 2897ddb1f5c181cc70c738e019ca11426b25bfd1 /security/bioapi | |
parent | 656c2630166b9c4ef9b8801c0719cf4b11661454 (diff) | |
download | ports-747364a3d8e05a373384f5b5d14125258671e480.tar.gz ports-747364a3d8e05a373384f5b5d14125258671e480.zip |
Notes
Diffstat (limited to 'security/bioapi')
-rw-r--r-- | security/bioapi/Makefile | 2 | ||||
-rw-r--r-- | security/bioapi/files/patch-imports-cdsa-v2_0-inc-port-cssmport.h | 20 |
2 files changed, 19 insertions, 3 deletions
diff --git a/security/bioapi/Makefile b/security/bioapi/Makefile index 148b566bb341..791f01214dd9 100644 --- a/security/bioapi/Makefile +++ b/security/bioapi/Makefile @@ -7,7 +7,7 @@ PORTNAME= bioapi PORTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.qrivy.net/~michael/blua/bioapi/ \ http://shapeshifter.se/pub/bioapi/ diff --git a/security/bioapi/files/patch-imports-cdsa-v2_0-inc-port-cssmport.h b/security/bioapi/files/patch-imports-cdsa-v2_0-inc-port-cssmport.h index 3487ab004f2b..9273b2c69ea3 100644 --- a/security/bioapi/files/patch-imports-cdsa-v2_0-inc-port-cssmport.h +++ b/security/bioapi/files/patch-imports-cdsa-v2_0-inc-port-cssmport.h @@ -1,5 +1,5 @@ --- imports/cdsa/v2_0/inc/port/cssmport.h Wed Jun 8 02:51:05 2005 -+++ imports/cdsa/v2_0/inc/port/cssmport.h Fri Nov 25 15:34:49 2005 ++++ imports/cdsa/v2_0/inc/port/cssmport.h Tue Jan 17 16:44:06 2006 @@ -17,9 +17,9 @@ #ifndef _CSSMPORT_H #define _CSSMPORT_H @@ -163,7 +163,23 @@ #include <stdarg.h> void port_syslog(int Facility, int Priority, char* format, ...); -@@ -719,7 +718,7 @@ +@@ -647,6 +646,7 @@ + #define __arch64__ + #endif /* __ia64__ */ + ++#if 0 + #ifdef __arch64__ + typedef Elf64_Addr Elf_Addr; + typedef Elf64_Word Elf_Word; +@@ -670,6 +670,7 @@ + typedef Elf32_Shdr Elf_Shdr; + #define ELF_R_TYPE ELF32_R_TYPE + #endif /* __arch64__ */ ++#endif + + #endif /* ELF_FORMAT */ + +@@ -719,7 +720,7 @@ #define DLL_STR "so" #endif |