summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-03-19 14:36:06 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-03-19 14:36:06 +0000
commit2a3d1ecea6912971d7d86168ef4ff0b5306e37a3 (patch)
treebb06ce23c09e080f22a5c6e358ad1af4c6b0b4e6 /graphics
parentChange all absolute references to /usr/X11R6 to ${X11BASE} instead. (diff)
Add a -L${X11BASE}/lib to the LDFLAGS to get ld happy :-) for the -lX11.
Notes
Notes: svn path=/head/; revision=1152
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dore/files/patch-ae16
1 files changed, 10 insertions, 6 deletions
diff --git a/graphics/dore/files/patch-ae b/graphics/dore/files/patch-ae
index 8087749ea9a6..e873fac972b6 100644
--- a/graphics/dore/files/patch-ae
+++ b/graphics/dore/files/patch-ae
@@ -36,10 +36,10 @@
CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
all: libdore_util.a
-*** examples/programs/simple/makefile.ORIG Thu Jan 12 23:13:55 1995
---- examples/programs/simple/makefile Sat Feb 25 16:56:59 1995
+*** examples/programs/simple/makefile.orig Thu Jan 12 23:13:55 1995
+--- examples/programs/simple/makefile Sun Mar 19 14:05:29 1995
***************
-*** 15,23 ****
+*** 15,25 ****
# EXPRESS OR IMPLIED.
PRECISION= SINGLE
@@ -47,9 +47,11 @@
! INCDIR=/usr/include
CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
- LIBS= $(DORELIB) -lX11 -lm
+! LIBS= $(DORELIB) -lX11 -lm
---- 15,23 ----
+ all: render
+
+--- 15,25 ----
# EXPRESS OR IMPLIED.
PRECISION= SINGLE
@@ -57,5 +59,7 @@
! INCDIR=../../../include
CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
- LIBS= $(DORELIB) -lX11 -lm
+! LIBS= $(DORELIB) -L${X11BASE}/lib -lX11 -lm
+
+ all: render