diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-12 18:02:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-12 18:02:47 +0000 |
commit | dcbe62dfc13e04ad8e7c4d5e237a3ad607efd672 (patch) | |
tree | 41bf75478bd277e07c3fc6b1bf33df1c406645df /graphics/ayam | |
parent | 9b8ac3074271e9e4e3ac9ec5bafb2245469b4db5 (diff) |
Fix build
PR: ports/68952
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=113481
Diffstat (limited to 'graphics/ayam')
-rw-r--r-- | graphics/ayam/files/patch-Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ayam/files/patch-Makefile.shared b/graphics/ayam/files/patch-Makefile.shared index 2467992d6ade..07f8139a4f03 100644 --- a/graphics/ayam/files/patch-Makefile.shared +++ b/graphics/ayam/files/patch-Makefile.shared @@ -100,7 +100,7 @@ -AQSISLIBDIR = $(AQSISDIR)/lib +AQSISDIR = ${LOCALBASE} +AQSISINCDIR = $(AQSISDIR)/include/aqsis -+AQSISLIBDIR = $(AQSISDIR)/lib/aqsis ++AQSISLIBDIR = $(AQSISDIR)/lib # if you do not use Aqsis libslxargs as libslcargs replacement: -AQSISOBJS = +#AQSISOBJS = |