diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-17 08:46:08 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-17 08:46:08 +0000 |
commit | b876ff19b3559ee10b3109328c9e82cb8210ec5a (patch) | |
tree | c02fdec2aef6ecd7387e1d8cceb6dfaf901e0dc4 /devel/ecore-ipc | |
parent | 1883df2794d90c4245eeca8b1ee69df58a8e4590 (diff) | |
download | ports-b876ff19b3559ee10b3109328c9e82cb8210ec5a.tar.gz ports-b876ff19b3559ee10b3109328c9e82cb8210ec5a.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 | 15 |
2 files changed, 11 insertions, 6 deletions
diff --git a/devel/ecore-ipc/Makefile b/devel/ecore-ipc/Makefile index 252a5b26de52..02af88c5ff1e 100644 --- a/devel/ecore-ipc/Makefile +++ b/devel/ecore-ipc/Makefile @@ -7,7 +7,7 @@ PORTNAME= ipc PORTVERSION= 0.9.9.042 -PORTREVISION= 1 +PORTREVISION= 2 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 9c95cd81df94..9887d0720831 100644 --- a/devel/ecore-ipc/files/patch-configure +++ b/devel/ecore-ipc/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig 2008-03-15 01:32:14.000000000 +0300 -+++ configure 2008-03-15 01:37:43.000000000 +0300 +--- configure.orig 2008-03-17 11:36:38.000000000 +0300 ++++ configure 2008-03-17 11:38:49.000000000 +0300 @@ -20552,70 +20552,9 @@ { echo "$as_me:$LINENO: checking for SSL" >&5 echo $ECHO_N "checking for SSL... $ECHO_C" >&6; } @@ -61,10 +61,10 @@ - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } - have_openssl="no" -- + -elif test $pkg_failed = untried; then - have_openssl="no" - +- -else - SSL_CFLAGS=$pkg_cv_SSL_CFLAGS - SSL_LIBS=$pkg_cv_SSL_LIBS @@ -73,7 +73,12 @@ { echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6; } -@@ -20628,8 +20567,6 @@ +@@ -20623,13 +20562,9 @@ + cat >>confdefs.h <<\_ACEOF + #define USE_OPENSSL 1 + _ACEOF +- +- requirements_ecore_con="$requirements_ecore_con openssl" # no need to add it to req_ecore_ipc, since they # depends on ecore_con anyway. have_openssl="yes" |