diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2006-04-16 18:04:10 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2006-04-16 18:04:10 +0000 |
commit | 8688573520ec1a25499ca16062a66d15497529f8 (patch) | |
tree | f071189c3ce74986ba16449ceb7751197e810b17 /mail/gnubiff/files/patch-configure | |
parent | Show message about port split. (diff) |
- Update to 2.2.0
- Add WITHOUT_NLS knob
Notes
Notes:
svn path=/head/; revision=159737
Diffstat (limited to 'mail/gnubiff/files/patch-configure')
-rw-r--r-- | mail/gnubiff/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/gnubiff/files/patch-configure b/mail/gnubiff/files/patch-configure new file mode 100644 index 000000000000..72b8d2f85c08 --- /dev/null +++ b/mail/gnubiff/files/patch-configure @@ -0,0 +1,11 @@ +--- ./configure.orig Sun Apr 16 18:58:03 2006 ++++ ./configure Sun Apr 16 18:58:06 2006 +@@ -4207,7 +4207,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lssl $LIBS" ++LIBS="-lssl -lcrypto $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF |