
$FreeBSD: ports/print/freetype2/files/patch-aa,v 1.4 2002/06/28 14:37:52 sobomax Exp $

--- builds/unix/detect.mk.orig	Fri Jun 14 11:09:25 2002
+++ builds/unix/detect.mk	Fri Jun 28 13:35:48 2002
@@ -76,10 +76,10 @@
   ifneq ($(have_mk),)
     # we are building FT2 not in the src tree
     unix-def.mk: $(TOP_DIR)/builds/unix/unix-def.in
-	    $(TOP_DIR)/builds/unix/configure $(CFG)
+#	    $(TOP_DIR)/builds/unix/configure $(CFG)
   else
     unix-def.mk: $(TOP_DIR)/builds/unix/unix-def.in
-	    cd builds/unix; ./configure $(CFG)
+#	    cd builds/unix; ./configure $(CFG)
   endif
 
 endif   # test PLATFORM unix
