diff options
author | pav <pav@FreeBSD.org> | 2004-07-22 05:36:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-22 05:36:45 +0800 |
commit | b2b4c0483d2fe88aca5f516fdffa538d9c046903 (patch) | |
tree | 2151892387fb2acd52cb137e0102d31a6fa26dd1 /polish/ekg | |
parent | 0ddcdf0df063e9589965f5eeab5f9d9cf3419333 (diff) | |
download | freebsd-ports-gnome-b2b4c0483d2fe88aca5f516fdffa538d9c046903.tar.gz freebsd-ports-gnome-b2b4c0483d2fe88aca5f516fdffa538d9c046903.tar.zst freebsd-ports-gnome-b2b4c0483d2fe88aca5f516fdffa538d9c046903.zip |
- 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)
Diffstat (limited to 'polish/ekg')
-rw-r--r-- | polish/ekg/Makefile | 1 | ||||
-rw-r--r-- | polish/ekg/files/patch-configure | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/polish/ekg/Makefile b/polish/ekg/Makefile index 5d938e2c3a7e..d56b2085257b 100644 --- a/polish/ekg/Makefile +++ b/polish/ekg/Makefile @@ -6,6 +6,7 @@ PORTNAME= ekg PORTVERSION= 1.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= polish net MASTER_SITES= http://dev.null.pl/ekg/archive/ diff --git a/polish/ekg/files/patch-configure b/polish/ekg/files/patch-configure new file mode 100644 index 000000000000..4ca5ff3f00ef --- /dev/null +++ b/polish/ekg/files/patch-configure @@ -0,0 +1,10 @@ +--- 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 |