summaryrefslogtreecommitdiff
path: root/graphics/allegrogl
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-29 08:14:29 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-29 08:14:29 +0000
commit52d8b2822c68b0893f0811d1d0a463021099f46e (patch)
treecb8933825a0a177d3702b9d9fd4bf80e277585a8 /graphics/allegrogl
parent- Update to 0.80.1 (diff)
- Use ALLEGRO_CONFIG instead of hardcoded path
PR: ports/64876 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=105591
Diffstat (limited to 'graphics/allegrogl')
-rw-r--r--graphics/allegrogl/files/patch-make-makefile.unx4
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