diff options
author | arved <arved@FreeBSD.org> | 2003-11-21 21:59:03 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-11-21 21:59:03 +0800 |
commit | 958cc232c7b684f77e34fdda916511b6217eccae (patch) | |
tree | bee02202078b5829bee68bc8e90b0856adc3535f /security/l5 | |
parent | 8f14405b8fe125027e77fb2ad445638a67fc700f (diff) | |
download | freebsd-ports-gnome-958cc232c7b684f77e34fdda916511b6217eccae.tar.gz freebsd-ports-gnome-958cc232c7b684f77e34fdda916511b6217eccae.tar.zst freebsd-ports-gnome-958cc232c7b684f77e34fdda916511b6217eccae.zip |
Fix build on alpha
Diffstat (limited to 'security/l5')
-rw-r--r-- | security/l5/files/patch-l5.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/l5/files/patch-l5.c b/security/l5/files/patch-l5.c new file mode 100644 index 000000000000..279e89f42e8c --- /dev/null +++ b/security/l5/files/patch-l5.c @@ -0,0 +1,14 @@ +--- l5.c.orig Fri Nov 21 05:56:24 2003 ++++ l5.c Fri Nov 21 05:56:41 2003 +@@ -9,11 +9,6 @@ + #include <stdio.h> + #include <fcntl.h> + +-/* architecture dependencies? XXX: UNTESTED -- someone? please?? */ +-#ifdef __alpha /* XXX */ +-#define long int +-#endif +- + /* general portability stuff, somewhat sleazed from TW */ + #if (defined(SYSV) && (SYSV < 3)) + #include <limits.h> |