blob: 9ae13e14bff6c72fd2f11ee7d4aaa8de884a2320 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- ../../deploy/make/plugin/jvmnative/Makefile.orig Sun Dec 10 21:45:33 2006
+++ ../../deploy/make/plugin/jvmnative/Makefile Sun Dec 10 21:45:54 2006
@@ -16,7 +16,7 @@
ifeq ($(PLATFORM), bsd)
LDLIBS = -lm -lX11
-X11HDRDIR = /usr/X11R6/include
+X11HDRDIR = $(X11BASE)/include
else
X11HDRDIR =
ifeq ($(PLATFORM), linux)
|