geany: simplify and remove patch; adding "which" to hostmakedepends is enough.

This commit is contained in:
Juan RP 2014-04-14 12:02:10 +02:00
parent 9df1aa3b4e
commit 182f21e329
2 changed files with 1 additions and 18 deletions

View file

@ -1,17 +0,0 @@
--- configure 2014-04-13 23:37:52.355000000 +0200
+++ configure 2014-04-13 23:38:32.853000000 +0200
@@ -6140,14 +6140,6 @@
am__fastdepCXX_FALSE=
fi
-
-# check for C++ compiler explicitly and fail if none is found, do this check
-# after AC_PROG_CXX has set the CXX environment variable
-if ! which $CXX >/dev/null 2>&1; then
- as_fn_error $? "No C++ compiler found. Please install a C++ compiler." "$LINENO" 5
-fi
-
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
$as_echo_n "checking whether ln -s works... " >&6; }
LN_S=$as_ln_s

View file

@ -4,7 +4,7 @@ version=1.24
revision=2
build_style=configure
configure_args=" --prefix=/usr"
hostmakedepends="pkg-config intltool python"
hostmakedepends="which pkg-config intltool python"
makedepends="gtk+-devel vte-devel"
depends="hicolor-icon-theme desktop-file-utils"
short_desc="Fast and lightweight IDE"