1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/comms/tilp2/files/patch-configure.ac
Tijl Coosemans a144f54f5e Update TiLP2+libraries and drop maintainership.
TiLP2 1.18, libticables2 1.3.5, libticalcs2 1.1.9, libticonv 1.1.5, and
libtifiles2 1.1.7
2018-06-08 15:49:42 +00:00

19 lines
472 B
Plaintext

--- configure.ac.orig 2016-01-15 20:28:52 UTC
+++ configure.ac
@@ -131,7 +131,6 @@ if test "x$kde" = "xdefault"; then
fi
if test "x$kde" = "xyes"; then
AC_PROG_CXX
- AC_PATH_KDE
AC_DEFINE(WITH_KDE, 1, [Use KDE support])
fi
AM_CONDITIONAL(USE_KDE, test "x$kde" = "xyes")
@@ -245,7 +244,6 @@ case "$host" in
esac
# some extra flags
-CFLAGS="$CFLAGS -DGTK_DISABLE_DEPRECATED"
CXXFLAGS="$CFLAGS -fno-rtti -fno-exceptions"
AC_SUBST(CFLAGS)