diff options
author | miwi <miwi@FreeBSD.org> | 2010-02-14 03:25:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-02-14 03:25:16 +0800 |
commit | acf664dfe8b99967dfe56bb4d6239654daf1bc6b (patch) | |
tree | 31d328059ffbde67111cfd03d0278f990458e201 /polish | |
parent | ae9cd322caeb452e78b211529354249f388a4fe2 (diff) | |
download | freebsd-ports-gnome-acf664dfe8b99967dfe56bb4d6239654daf1bc6b.tar.gz freebsd-ports-gnome-acf664dfe8b99967dfe56bb4d6239654daf1bc6b.tar.zst freebsd-ports-gnome-acf664dfe8b99967dfe56bb4d6239654daf1bc6b.zip |
- Fix build
Diffstat (limited to 'polish')
-rw-r--r-- | polish/ekg/files/patch-configure | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/polish/ekg/files/patch-configure b/polish/ekg/files/patch-configure deleted file mode 100644 index 3ad2314e5247..000000000000 --- a/polish/ekg/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Fri Jun 1 16:11:57 2007 -+++ configure Fri Jun 1 16:16:42 2007 -@@ -4896,12 +4896,6 @@ - lib_static_enabled=no - fi - --if test "x$enable_static" = "xno" -a "x$enable_shared" != "xyes"; then -- { { echo "$as_me:$LINENO: error: You must choose either static or shared version of libgadu." >&5 --echo "$as_me: error: You must choose either static or shared version of libgadu." >&2;} -- { (exit 1); exit 1; }; } --fi -- - # Check whether --enable-dynamic was given. - if test "${enable_dynamic+set}" = set; then - enableval=$enable_dynamic; -@@ -5941,7 +5935,6 @@ - if test "x$enable_libgadu_openssl" != "xno"; then - LIBS_LIBGADU="$LIBS_LIBGADU $OPENSSL_LIBS" - 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 |