diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-05 23:59:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-05 23:59:04 +0800 |
commit | b8dbec0d081748c5432438d37daaa2b750b0802c (patch) | |
tree | 475d051bb53aafbbd9a11615347580d40bdb5061 | |
parent | 7e47b78c72f69d522ce260a4b1233e20f643a46f (diff) | |
download | freebsd-ports-gnome-b8dbec0d081748c5432438d37daaa2b750b0802c.tar.gz freebsd-ports-gnome-b8dbec0d081748c5432438d37daaa2b750b0802c.tar.zst freebsd-ports-gnome-b8dbec0d081748c5432438d37daaa2b750b0802c.zip |
- Fix patches
-rw-r--r-- | sysutils/rdup/files/patch-configure | 20 | ||||
-rw-r--r-- | sysutils/rdup/files/patch-configure.ac | 11 |
2 files changed, 11 insertions, 20 deletions
diff --git a/sysutils/rdup/files/patch-configure b/sysutils/rdup/files/patch-configure deleted file mode 100644 index 916edc1f0bac..000000000000 --- a/sysutils/rdup/files/patch-configure +++ /dev/null @@ -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" diff --git a/sysutils/rdup/files/patch-configure.ac b/sysutils/rdup/files/patch-configure.ac new file mode 100644 index 000000000000..14b8c9e57822 --- /dev/null +++ b/sysutils/rdup/files/patch-configure.ac @@ -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], |