diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-29 08:14:29 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-29 08:14:29 +0000 |
commit | 52d8b2822c68b0893f0811d1d0a463021099f46e (patch) | |
tree | cb8933825a0a177d3702b9d9fd4bf80e277585a8 /graphics | |
parent | 846f8f87fbac19630e7d6e106b9377878016a2d1 (diff) | |
download | ports-52d8b2822c68b0893f0811d1d0a463021099f46e.tar.gz ports-52d8b2822c68b0893f0811d1d0a463021099f46e.zip |
Notes
Diffstat (limited to 'graphics')
-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 |