summaryrefslogtreecommitdiff
path: root/polish
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-21 21:36:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-21 21:36:45 +0000
commit34c3ce0753f4c03105b88815a3fbb610aa807cfa (patch)
tree00e526e63ad1d9cac2ecf99338d0f527ebbcbb18 /polish
parentadd tenshi, a log monitoring program (diff)
- 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)
Notes
Notes: svn path=/head/; revision=114368
Diffstat (limited to 'polish')
-rw-r--r--polish/ekg/Makefile1
-rw-r--r--polish/ekg/files/patch-configure10
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