Index: head/sysutils/rdup/files/patch-configure =================================================================== --- head/sysutils/rdup/files/patch-configure (revision 237175) +++ head/sysutils/rdup/files/patch-configure (nonexistent) @@ -1,20 +0,0 @@ ---- configure.orig 2009-05-31 00:38:33.000000000 -0700 -+++ configure 2009-06-12 16:34:06.000000000 -0700 -@@ -5003,7 +5003,7 @@ - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lnettle $LIBS" -+LIBS="-lgmp -lnettle $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -5067,7 +5067,7 @@ - #define HAVE_LIBNETTLE 1 - _ACEOF - -- LIBS="-lnettle $LIBS" -+ LIBS="-lgmp -lnettle $LIBS" - - else - NETTLE_L="no" Property changes on: head/sysutils/rdup/files/patch-configure ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/sysutils/rdup/files/patch-configure.ac =================================================================== --- head/sysutils/rdup/files/patch-configure.ac (nonexistent) +++ head/sysutils/rdup/files/patch-configure.ac (revision 237176) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2009-05-28 10:39:19.000000000 -0700 ++++ configure.ac 2009-06-30 17:49:08.000000000 -0700 +@@ -28,6 +28,8 @@ + #AM_GNU_GETTEXT([external]) + #AM_GNU_GETTEXT_VERSION + ++LIBS="-lgmp $LIBS" ++ + AC_MSG_CHECKING([whether to enable nettle]) + AC_ARG_WITH(nettle, + [ --with-nettle enable nettle support], Property changes on: head/sysutils/rdup/files/patch-configure.ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property