From 50c4744c1869b01ed4777b63e0b4fc872c9e4b07 Mon Sep 17 00:00:00 2001 From: billf Date: Wed, 7 Jun 2000 19:40:52 +0000 Subject: Add missing "$" Submitted by: Andrzej Tobola --- graphics/gd2/files/patch-ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/gd2/files') diff --git a/graphics/gd2/files/patch-ac b/graphics/gd2/files/patch-ac index 4dc61441a545..c54c2ab92621 100644 --- a/graphics/gd2/files/patch-ac +++ b/graphics/gd2/files/patch-ac @@ -40,7 +40,7 @@ -INCLUDEDIRS=-I. -I/usr/local/include -I/usr/include/X11 -I/usr/X11R6/include/X11 +INCLUDEDIRS=-I. -I${LOCALBASE}/include +.if defined(WITH_X11) -+INCLUDEDIRS+=-I{LOCALBASE}/include/freetype -I${X11BASE}/include/X11 -I${X11BASE}/include ++INCLUDEDIRS+=-I${LOCALBASE}/include/freetype -I${X11BASE}/include/X11 -I${X11BASE}/include +.endif @@ -50,12 +59,15 @@ -- cgit