diff options
Diffstat (limited to 'graphics/allegrogl')
-rw-r--r-- | graphics/allegrogl/files/patch-make-makefile.unx | 4 |
1 files 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 |