- 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)
This commit is contained in:
parent
4317cf38ba
commit
34c3ce0753
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114368
2 changed files with 11 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= ekg
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= polish net
|
||||
MASTER_SITES= http://dev.null.pl/ekg/archive/
|
||||
|
|
10
polish/ekg/files/patch-configure
Normal file
10
polish/ekg/files/patch-configure
Normal file
|
@ -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
|
Loading…
Reference in a new issue