1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/polish/ekg/files/patch-configure
Pav Lucistnik 34c3ce0753 - OpenSSL is special on FreeBSD, it's always there, and is not visible
to pkg-config, so the test will falsely fail. This fix configure of
  gnugadu-2.0.3, which is coming soon.

PR:		ports/69315
Submitted by:	Jacek Pelka <jacek@combit.com.pl> (maintainer)
2004-07-21 21:36:45 +00:00

11 lines
450 B
Plaintext

--- configure Mon Jun 28 22:13:05 2004
+++ configure Sat Jul 17 10:12:27 2004
@@ -4554,7 +4554,6 @@
LIBS_LIBGADU="$LIBS_LIBGADU $OPENSSL_LIBS"
CFLAGS="$CFLAGS $OPENSSL_INCLUDES"
CFLAGS_LIBGADU="$CFLAGS_LIBGADU $OPENSSL_INCLUDES"
- PC_REQUIRES="$PC_REQUIRES openssl"
sed 's/#undef __GG_LIBGADU_HAVE_OPENSSL/#define __GG_LIBGADU_HAVE_OPENSSL/' < lib/libgadu-config.h > lib/libgadu-config.h-
mv -f lib/libgadu-config.h- lib/libgadu-config.h