diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-11 09:00:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-11 09:00:10 +0000 |
commit | 6d95a9f6325d706d8e6bcba86972363731ca1f60 (patch) | |
tree | ae31f2cc6ff6cf3aacdd783d351cee67fe07e2a5 /www/ashe/files/patch-aa | |
parent | Change this to conform to our new Motif standards. (diff) |
Clean up. Use ${X11BASE}, ${MOTIFLIB}, XawClientLibs, xmkmf -a,
correctly reference compressed man pages, and define REQUIRES_MOTIF.
Notes
Notes:
svn path=/head/; revision=2969
Diffstat (limited to 'www/ashe/files/patch-aa')
-rw-r--r-- | www/ashe/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/ashe/files/patch-aa b/www/ashe/files/patch-aa index e686cbac3899..adcc005b5b9e 100644 --- a/www/ashe/files/patch-aa +++ b/www/ashe/files/patch-aa @@ -13,7 +13,7 @@ all: $(LIBTARGET) --- 1,5 ---- LIBTARGET = libhtmlw.a -! CFLAGS+=-I/usr/X11R6/include -DMOTIF1_2 +! CFLAGS+=-I${X11BASE}/include -DMOTIF1_2 RANLIB=ranlib all: $(LIBTARGET) |