summaryrefslogtreecommitdiff
path: root/devel/geany/patches/patch-ab
blob: 8f4cd01478f42c5729ff565ecc27276880c0d5ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2007/12/07 21:33:32 drochner Exp $

--- configure.orig	2007-10-10 16:55:51.000000000 +0200
+++ configure
@@ -5165,7 +5165,7 @@ else
 fi
 
 
- if test x$SSC == x; then
+ if test x$CC = xgcc; then
   IS_COMPILER_GCC_TRUE=
   IS_COMPILER_GCC_FALSE='#'
 else