freebsd-ports/www/libepc/files/patch-configure
Koop Mast b972efc4bb Add libepc. The Easy Publish and Consume library provides an easy method to:
* publish data per HTTPS
    * announce that information via DNS-SD
    * find that information
    * and finally consume it

You can use this library as key/value store published to the network,
using encryption, authentication and service discovery.
2008-03-24 22:19:11 +00:00

20 lines
434 B
Text

--- configure.orig 2008-01-21 11:22:47.000000000 +0100
+++ configure 2008-03-22 00:28:15.000000000 +0100
@@ -22421,7 +22421,7 @@
have_gio=yes
fi
-if test "2.2" == "$LIBSOUP_API"
+if test "2.2" = "$LIBSOUP_API"
then
cat >>confdefs.h <<\_ACEOF
@@ -22430,7 +22430,7 @@
fi
-if test "yes" == "$have_gio"
+if test "yes" = "$have_gio"
then
LIBEPC_CFLAGS="$LIBEPC_CFLAGS $GIO_CFLAGS"
LIBEPC_LIBS="$LIBEPC_LIBS $GIO_LIBS"