diff options
author | krion <krion@FreeBSD.org> | 2004-03-29 16:14:29 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-29 16:14:29 +0800 |
commit | 573b273c4784844ffa1b5ef7769e59f68c488dbe (patch) | |
tree | 58d3f3aab39a0fda2fd97aa85cfd03e39aaeb047 /graphics | |
parent | 2fa5240dfc42a5173295086ea6af45b5f1379773 (diff) | |
download | freebsd-ports-gnome-573b273c4784844ffa1b5ef7769e59f68c488dbe.tar.gz freebsd-ports-gnome-573b273c4784844ffa1b5ef7769e59f68c488dbe.tar.zst freebsd-ports-gnome-573b273c4784844ffa1b5ef7769e59f68c488dbe.zip |
- Use ALLEGRO_CONFIG instead of hardcoded path
PR: ports/64876
Submitted by: maintainer
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 |