From 52d8b2822c68b0893f0811d1d0a463021099f46e Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 29 Mar 2004 08:14:29 +0000 Subject: [PATCH] - Use ALLEGRO_CONFIG instead of hardcoded path PR: ports/64876 Submitted by: maintainer --- graphics/allegrogl/files/patch-make-makefile.unx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/allegrogl/files/patch-make-makefile.unx b/graphics/allegrogl/files/patch-make-makefile.unx index ac4626c8cfde..f1117dbfaffb 100644 --- a/graphics/allegrogl/files/patch-make-makefile.unx +++ b/graphics/allegrogl/files/patch-make-makefile.unx @@ -30,10 +30,10 @@ ifdef DEBUGALLEG - LDLIBS += `allegro-config --libs debug` $(LIBS) -+ LDLIBS += `/usr/local/bin/allegro-config --libs debug` $(LIBS) ++ LDLIBS += `%%ALLEGRO_CONFIG%% --libs debug` $(LIBS) else - LDLIBS += `allegro-config --libs` $(LIBS) -+ LDLIBS += `/usr/local/bin/allegro-config --libs` $(LIBS) ++ LDLIBS += `%%ALLEGRO_CONFIG%% --libs` $(LIBS) endif ifdef MESABUILD