mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
13 lines
389 B
Text
13 lines
389 B
Text
$FreeBSD$
|
|
|
|
--- ../../j2se/make/sun/font/Makefile.orig Sun Jul 29 23:03:29 2007
|
|
+++ ../../j2se/make/sun/font/Makefile Sun Jul 29 23:03:29 2007
|
|
@@ -123,7 +123,7 @@
|
|
|
|
# setup the list of libraries to link in...
|
|
ifeq ($(PLATFORM), bsd)
|
|
-OTHER_INCLUDES += -I/usr/X11R6/include
|
|
+OTHER_INCLUDES += -I${X11BASE}/include
|
|
OTHER_LDLIBS += -lawt $(LIBM) $(LIBCXX)
|
|
else
|
|
ifeq ($(PLATFORM), linux)
|