1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/ashe/files/patch-aa

20 lines
384 B
Plaintext
Raw Normal View History

1995-10-30 17:29:08 +00:00
*** 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
1995-10-30 17:29:08 +00:00
RANLIB=ranlib
all: $(LIBTARGET)