diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-04-29 22:01:18 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-04-29 22:01:18 +0000 |
commit | db01e9ec5d165e40688ec5e68e7278aaf37c764e (patch) | |
tree | 74211683fb8bc4901fc6a7d7751bd2a8f5e9c6ff /dev-games/libgrapple/files | |
parent | games-emulation/tuxnes is gone (diff) | |
download | historical-db01e9ec5d165e40688ec5e68e7278aaf37c764e.tar.gz historical-db01e9ec5d165e40688ec5e68e7278aaf37c764e.tar.bz2 historical-db01e9ec5d165e40688ec5e68e7278aaf37c764e.zip |
dev-games/libgrapple is gone
Diffstat (limited to 'dev-games/libgrapple/files')
-rw-r--r-- | dev-games/libgrapple/files/libgrapple-0.9.8-build.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-games/libgrapple/files/libgrapple-0.9.8-build.patch b/dev-games/libgrapple/files/libgrapple-0.9.8-build.patch deleted file mode 100644 index 2f4af2ee55d3..000000000000 --- a/dev-games/libgrapple/files/libgrapple-0.9.8-build.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.in -+++ configure.in -@@ -54,8 +54,8 @@ - ACX_PTHREAD(have_pthreads=yes, have_pthreads=no) - - dnl Check for SSL --AC_ARG_ENABLE([openssl], AC_HELP_STRING([--disable-openssl], [do not compile with OpenSSL support]), [want_ssl=no], [want_ssl=yes]) --if test "$want_ssl" = "yes"; then -+AC_ARG_ENABLE([openssl], AS_HELP_STRING([--disable-openssl], [do not compile with OpenSSL support])) -+if test "$enable_openssl" != "no"; then - PKG_CHECK_MODULES([OPENSSL], [openssl]) - CFLAGS="$CFLAGS $OPENSSL_CFLAGS -DSOCK_SSL" - LIBS="$LIBS $OPENSSL_LIBS" |