diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-03-29 19:18:28 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-03-29 19:18:28 +0000 |
commit | b38bf2eff29ec93ea3ae9bd9c9121018744b90f6 (patch) | |
tree | 9ce31ea6ceae83d44c8b2a9340c61e96ef4082de /graphics/dore | |
parent | 4fa8aeca2a993f971260740a7e7d04dc2f8b8574 (diff) | |
download | ports-b38bf2eff29ec93ea3ae9bd9c9121018744b90f6.tar.gz ports-b38bf2eff29ec93ea3ae9bd9c9121018744b90f6.zip |
Notes
Diffstat (limited to 'graphics/dore')
-rw-r--r-- | graphics/dore/files/patch-ae | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dore/files/patch-ae b/graphics/dore/files/patch-ae index e873fac972b6..480f5e09a036 100644 --- a/graphics/dore/files/patch-ae +++ b/graphics/dore/files/patch-ae @@ -59,7 +59,7 @@ ! INCDIR=../../../include CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR) -! LIBS= $(DORELIB) -L${X11BASE}/lib -lX11 -lm +! LIBS= $(DORELIB) -L${PREFIX}/lib -lX11 -lm all: render |