pkgsrc/devel/gnustep-make/patches/patch-ad
adam 812bb46706 Changes 1.13.0:
Debug libraries now have the same name as normal libraries (i.e. no "_d"
suffix). This reduces the possiblity of multiple libraries being loaded
into the same executable.

   Added dragonfly OS to make targets.

   Spaces and backslashes are no longer allowed in paths used by the
make package (e.g. with Windows OS). The libraries can still use native
paths.
2006-08-30 14:53:28 +00:00

13 lines
449 B
Text

$NetBSD: patch-ad,v 1.5 2006/08/30 14:53:28 adam Exp $
--- configure.orig 2006-07-29 16:52:03.000000000 +0200
+++ configure
@@ -6084,7 +6084,7 @@ echo $ECHO_N "checking if the compiler s
# What we want to do: set AUTO_DEPENDENCIES to yes if gcc => 3.x
-if test ! ${GCC} = "yes" ; then
+if test "X${GCC}" != "Xyes" ; then
AUTO_DEPENDENCIES=""
{ echo "$as_me:$LINENO: result: no: it's not gcc" >&5
echo "${ECHO_T}no: it's not gcc" >&6; }