freebsd-ports/www/ashe/files/patch-aa
Satoshi Asami 6d95a9f632 Clean up. Use ${X11BASE}, ${MOTIFLIB}, XawClientLibs, xmkmf -a,
correctly reference compressed man pages, and define REQUIRES_MOTIF.
1996-04-11 09:00:10 +00:00

19 lines
384 B
Text

*** libhtmlw-src/Makefile.orig Tue Oct 17 10:17:29 1995
--- libhtmlw-src/Makefile Tue Oct 17 10:18:35 1995
***************
*** 1,9 ****
LIBTARGET = libhtmlw.a
!
! INCLUDES = -I/usr/include/X11
!
! CC=gcc -g $(INCLUDES)
!
RANLIB=ranlib
all: $(LIBTARGET)
--- 1,5 ----
LIBTARGET = libhtmlw.a
! CFLAGS+=-I${X11BASE}/include -DMOTIF1_2
RANLIB=ranlib
all: $(LIBTARGET)