mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
63d19c3f45
PR: 22815 Submitted by: Ports Fury
13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
--- libhtmlw-2.7b3/Makefile.orig Tue May 21 05:35:51 1996
|
|
+++ libhtmlw-2.7b3/Makefile Sun Nov 12 16:38:55 2000
|
|
@@ -1,8 +1,6 @@
|
|
LIBTARGET = libhtmlw.a
|
|
|
|
-INCLUDES = -I/usr/include/X11
|
|
-
|
|
-CC=gcc -g $(INCLUDES)
|
|
+CFLAGS += -I${X11BASE}/include -DMOTIF1_2
|
|
|
|
RANLIB=ranlib
|
|
|