summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-10-13 20:29:53 +0000
committerAde Lovett <ade@FreeBSD.org>2000-10-13 20:29:53 +0000
commit1df5b097f12c28511706c8de7bb48c35dccb5ace (patch)
treeb9bb5516b2159224449d37c8ebfaf6be234e3762 /x11
parentBUILD_DEPENDS -> LIB_DEPENDS (diff)
Support X11BASE properly
PR: 21619 Submitted by: Ports Fury (no response from maintainer)
Notes
Notes: svn path=/head/; revision=33795
Diffstat (limited to 'x11')
-rw-r--r--x11/xkeywrap/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xkeywrap/files/patch-aa b/x11/xkeywrap/files/patch-aa
index 37171c340556..6313d2e6df3d 100644
--- a/x11/xkeywrap/files/patch-aa
+++ b/x11/xkeywrap/files/patch-aa
@@ -25,7 +25,7 @@
list.o : list.c list.h
- gcc -c list.c -I/usr/X11R6/include
-+ ${CC} ${CFLAGS} -c list.c -I/usr/X11R6/include
++ ${CC} ${CFLAGS} -c list.c -I${X11BASE}/include
readme.h : README mkstr
cat README | ./mkstr readme > readme.h