diff options
author | ats <ats@FreeBSD.org> | 1995-03-30 03:18:28 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-03-30 03:18:28 +0800 |
commit | 7190ffdfcc4a5f14ed18b796bd455831bfd1db56 (patch) | |
tree | 85bb1f0409ed2b795ceb17bab779b508f50643bb /graphics | |
parent | abbf3fe891aef8bf1db4e2695a1d17f9cf9392e9 (diff) | |
download | freebsd-ports-gnome-7190ffdfcc4a5f14ed18b796bd455831bfd1db56.tar.gz freebsd-ports-gnome-7190ffdfcc4a5f14ed18b796bd455831bfd1db56.tar.zst freebsd-ports-gnome-7190ffdfcc4a5f14ed18b796bd455831bfd1db56.zip |
Change the X11BASE to PREFIX so that the -lX11 gets found. X11BASE doesn't
show up in the makefiles in the deeper directories.
Diffstat (limited to 'graphics')
-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 |