diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-15 14:16:30 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-15 14:16:30 +0000 |
commit | 5d7f0df487b6ff9b6a6ac5d8e4176b9ff8135b38 (patch) | |
tree | 68d0b7ec17b7531328d072716c18bbf3596708b9 /devel/ecore-ipc | |
parent | 22e34d48162aaec6e07312a60f060d550079a961 (diff) | |
download | ports-5d7f0df487b6ff9b6a6ac5d8e4176b9ff8135b38.tar.gz ports-5d7f0df487b6ff9b6a6ac5d8e4176b9ff8135b38.zip |
Notes
Diffstat (limited to 'devel/ecore-ipc')
-rw-r--r-- | devel/ecore-ipc/Makefile | 2 | ||||
-rw-r--r-- | devel/ecore-ipc/files/patch-configure | 42 |
2 files changed, 17 insertions, 27 deletions
diff --git a/devel/ecore-ipc/Makefile b/devel/ecore-ipc/Makefile index 6a7b38940724..252a5b26de52 100644 --- a/devel/ecore-ipc/Makefile +++ b/devel/ecore-ipc/Makefile @@ -7,7 +7,7 @@ PORTNAME= ipc PORTVERSION= 0.9.9.042 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ http://download.enlightenment.org/snapshots/2008-01-25/ diff --git a/devel/ecore-ipc/files/patch-configure b/devel/ecore-ipc/files/patch-configure index aa36db02c97f..9c95cd81df94 100644 --- a/devel/ecore-ipc/files/patch-configure +++ b/devel/ecore-ipc/files/patch-configure @@ -1,18 +1,9 @@ ---- configure.orig 2008-02-23 19:32:59.000000000 +0300 -+++ configure 2008-02-23 19:33:33.000000000 +0300 -@@ -20543,83 +20543,6 @@ - if test "${enable_openssl+set}" = set; then - enableval=$enable_openssl; want_openssl=$enableval +--- configure.orig 2008-03-15 01:32:14.000000000 +0300 ++++ configure 2008-03-15 01:37:43.000000000 +0300 +@@ -20552,70 +20552,9 @@ + { echo "$as_me:$LINENO: checking for SSL" >&5 + echo $ECHO_N "checking for SSL... $ECHO_C" >&6; } --fi -- -- --if test "x$want_openssl" = "xyes"; then -- --pkg_failed=no --{ echo "$as_me:$LINENO: checking for SSL" >&5 --echo $ECHO_N "checking for SSL... $ECHO_C" >&6; } -- -if test -n "$PKG_CONFIG"; then - if test -n "$SSL_CFLAGS"; then - pkg_cv_SSL_CFLAGS="$SSL_CFLAGS" @@ -73,22 +64,21 @@ - -elif test $pkg_failed = untried; then - have_openssl="no" -- + -else - SSL_CFLAGS=$pkg_cv_SSL_CFLAGS - SSL_LIBS=$pkg_cv_SSL_LIBS -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -- -- - cat >>confdefs.h <<\_ACEOF - #define USE_OPENSSL 1 - _ACEOF -@@ -20630,7 +20553,6 @@ - have_openssl="yes" ++ SSL_CFLAGS="" ++ SSL_LIBS="-lssl -lcrypto" + { echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6; } - fi +@@ -20628,8 +20567,6 @@ + # no need to add it to req_ecore_ipc, since they + # depends on ecore_con anyway. + have_openssl="yes" +- -fi + fi want_curl="yes" - have_curl="no" |