head	1.1;
access;
symbols
	stable_1_2:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2002.03.28.23.13.54;	author kiwi;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2002.03.28.23.13.54;	author kiwi;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2002.03.28.23.56.15;	author kiwi;	state dead;
branches;
next	;


desc
@@


1.1
log
@file patch-ag was initially added on branch stable_1_2.
@
text
@@


1.1.2.1
log
@Some patches of pike for FreeBSD ports
@
text
@a0 21
--- modules/_Image_FreeType/configure.in.orig	Thu Mar 28 23:43:40 2002
+++ modules/_Image_FreeType/configure.in	Thu Mar 28 23:47:38 2002
@@@@ -11,13 +11,18 @@@@
   if test "$FT_CONFIG" = "no" ; then
      :
   else
+    AC_CHECK_HEADERS(freetype2/freetype/freetype.h)
     OLDCPPFLAGS="$CPPFLAGS"
     OLDLIBS="$LIBS"
     CFLAGS="`$FT_CONFIG --cflags` $CPPFLAGS"
     LIBS="`$FT_CONFIG --libs` $LIBS"
     AC_MSG_CHECKING(If freetype actually works)
     AC_TRY_LINK([
+#ifdef HAVE_FREETYPE2_FREETYPE_FREETYPE_H
+#include <freetype2/freetype/freetype.h>
+#else
 #include <freetype/freetype.h> 
+#endif
 ], 
 [
   FT_Library library;
@


1.1.2.2
log
@Backout to old version...
@
text
@@


