diff options
author | pav <pav@FreeBSD.org> | 2004-11-21 00:21:25 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-21 00:21:25 +0000 |
commit | 7864b24eafa0a8cab78f555f42c00f8564166a23 (patch) | |
tree | 46c12eb66ed4070112e0297d0aff718a2521af0e /lang/guile | |
parent | ba1af14b24fca8b2c76815f9a9c65cf925b2300b (diff) | |
download | FreeBSD-ports-7864b24eafa0a8cab78f555f42c00f8564166a23.zip FreeBSD-ports-7864b24eafa0a8cab78f555f42c00f8564166a23.tar.gz |
- Remove patch files which should be removed in 1.6.5 update
Reported by: seanc
Pointy hat to: kwm
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/files/patch-libguile::posix.c | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/lang/guile/files/patch-libguile::posix.c b/lang/guile/files/patch-libguile::posix.c deleted file mode 100644 index 50a23de..0000000 --- a/lang/guile/files/patch-libguile::posix.c +++ /dev/null @@ -1,31 +0,0 @@ ---- libguile/posix.c.orig Mon Dec 8 17:26:35 2003 -+++ libguile/posix.c Mon Dec 8 17:31:20 2003 -@@ -147,10 +147,6 @@ - #include <locale.h> - #endif - --#if HAVE_LIBCRYPT && HAVE_CRYPT_H --# include <crypt.h> --#endif -- - #if HAVE_SYS_RESOURCE_H - # include <sys/resource.h> - #endif -@@ -1343,7 +1339,7 @@ - #undef FUNC_NAME - #endif /* HAVE_SYNC */ - --#if HAVE_LIBCRYPT && HAVE_CRYPT_H -+#if HAVE_LIBCRYPT - SCM_DEFINE (scm_crypt, "crypt", 2, 0, 0, - (SCM key, SCM salt), - "Encrypt @var{key} using @var{salt} as the salt value to the\n" -@@ -1361,7 +1357,7 @@ - return scm_makfrom0str (p); - } - #undef FUNC_NAME --#endif /* HAVE_LIBCRYPT && HAVE_CRYPT_H */ -+#endif /* HAVE_LIBCRYPT */ - - #if HAVE_CHROOT - SCM_DEFINE (scm_chroot, "chroot", 1, 0, 0, |