freebsd-ports/graphics/dore/files/patch-aa
Jordan K. Hubbard cd211f014f The Dore' graphics toolkit. This thing is a monster, but the examples
are pretty impressive.  This needs a lot more polishing to really do it
justice, but this will at least give you the libraries, headers and an
example to look at.
1995-02-19 10:34:09 +00:00

20 lines
676 B
Plaintext

*** src/device_config/stdx11/makefile.bak Sun Feb 12 21:06:59 1995
--- src/device_config/stdx11/makefile Sun Feb 12 21:07:20 1995
***************
*** 15,21 ****
# EXPRESS OR IMPLIED.
SHELL = /bin/sh
! CCCOM = $(CC) $(CFLAGS) -DERRCHK -I${DORE_LOC}/dore/include -I${ROOT}/usr/include
LDCOM = $(LD) $(LDFLAGS)
ARCOM = $(AR) $(ARFLAGS)
SRC_PATH = $(DORE_LOC)/dore/src/device_config/stdx11
--- 15,21 ----
# EXPRESS OR IMPLIED.
SHELL = /bin/sh
! CCCOM = $(CC) $(CFLAGS) -DERRCHK -I${ROOT}/usr/local/X11 -I${DORE_LOC}/dore/include -I${ROOT}/usr/include
LDCOM = $(LD) $(LDFLAGS)
ARCOM = $(AR) $(ARFLAGS)
SRC_PATH = $(DORE_LOC)/dore/src/device_config/stdx11