freebsd-ports/graphics/dore/files/patch-ae
Andreas Schulz b38bf2eff2 Change the X11BASE to PREFIX so that the -lX11 gets found. X11BASE doesn't
show up in the makefiles in the deeper directories.
1995-03-29 19:18:28 +00:00

65 lines
1.6 KiB
Text

*** examples/generic/makefile.ORIG Thu Jan 12 23:13:41 1995
--- examples/generic/makefile Sat Feb 25 15:30:02 1995
***************
*** 17,23 ****
PRECISION= SINGLE
DORELIB= -ldore
! INCDIR=/usr/include
CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
OFILES= render.o run.o
--- 17,23 ----
PRECISION= SINGLE
DORELIB= -ldore
! INCDIR=../../include
CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
OFILES= render.o run.o
*** examples/util/makefile.ORIG Thu Jan 12 23:13:44 1995
--- examples/util/makefile Sat Feb 25 15:33:09 1995
***************
*** 19,25 ****
OFILES= copy.o defgroup.o hsvtorgb.o preview.o \
prsarg.o rectmesh.o replace.o stkgrp.o supermesh.o text.o transform.o
! INCDIR=/usr/include
CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
all: libdore_util.a
--- 19,25 ----
OFILES= copy.o defgroup.o hsvtorgb.o preview.o \
prsarg.o rectmesh.o replace.o stkgrp.o supermesh.o text.o transform.o
! INCDIR=../../include
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 Sun Mar 19 14:05:29 1995
***************
*** 15,25 ****
# EXPRESS OR IMPLIED.
PRECISION= SINGLE
! DORELIB = -ldore
! INCDIR=/usr/include
CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
! LIBS= $(DORELIB) -lX11 -lm
all: render
--- 15,25 ----
# EXPRESS OR IMPLIED.
PRECISION= SINGLE
! DORELIB = -L../../../lib/i386 -ldore
! INCDIR=../../../include
CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
! LIBS= $(DORELIB) -L${PREFIX}/lib -lX11 -lm
all: render