diff options
author | pawel <pawel@FreeBSD.org> | 2016-10-17 23:23:12 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-10-17 23:23:12 +0800 |
commit | 4bffa60c522076d84f28fc113da07d34e78474c4 (patch) | |
tree | 45b0ddb32d3675b2cb1a88bfed8d0de09af232e0 | |
parent | a0583c176ade13cae6cbfaea05d2f0abaab8b0eb (diff) | |
download | freebsd-ports-gnome-4bffa60c522076d84f28fc113da07d34e78474c4.tar.gz freebsd-ports-gnome-4bffa60c522076d84f28fc113da07d34e78474c4.tar.zst freebsd-ports-gnome-4bffa60c522076d84f28fc113da07d34e78474c4.zip |
Rework last build fix to work on DragonFlyBSD also
PR: 211626
Tested by: marino
-rw-r--r-- | mail/claws-mail/Makefile.claws | 1 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-configure | 13 |
2 files changed, 11 insertions, 3 deletions
diff --git a/mail/claws-mail/Makefile.claws b/mail/claws-mail/Makefile.claws index 60b3f13bfc0a..76bb7a63c576 100644 --- a/mail/claws-mail/Makefile.claws +++ b/mail/claws-mail/Makefile.claws @@ -12,7 +12,6 @@ USES+= gmake iconv libtool pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} --disable-dbus --disable-static -CONFIGURE_ENV= ac_cv_search_encrypt=yes CLAWS_PLUGINS= acpi_notifier \ address_keeper \ diff --git a/mail/claws-mail/files/patch-configure b/mail/claws-mail/files/patch-configure index 3ecf6ddcff39..905fc9120edc 100644 --- a/mail/claws-mail/files/patch-configure +++ b/mail/claws-mail/files/patch-configure @@ -1,6 +1,15 @@ --- configure.orig 2016-08-07 08:08:37 UTC +++ configure -@@ -21130,7 +21130,7 @@ $as_echo "#define HAVE_LIBSOUP_GNOME 1" +@@ -18667,6 +18667,8 @@ else + fi + + ;; ++ *freebsd*) ++ ;; # not used + *) + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing encrypt" >&5 + $as_echo_n "checking for library containing encrypt... " >&6; } +@@ -21130,7 +21132,7 @@ $as_echo "#define HAVE_LIBSOUP_GNOME 1" fi @@ -9,7 +18,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archive_read_new in -larchive" >&5 $as_echo_n "checking for archive_read_new in -larchive... " >&6; } if ${ac_cv_lib_archive_archive_read_new+:} false; then : -@@ -21175,6 +21175,7 @@ else +@@ -21175,6 +21177,7 @@ else HAVE_ARCHIVE=no fi |