aboutsummaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-j2se-font-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/jdk16/files/patch-j2se-font-Makefile')
-rw-r--r--java/jdk16/files/patch-j2se-font-Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk16/files/patch-j2se-font-Makefile b/java/jdk16/files/patch-j2se-font-Makefile
deleted file mode 100644
index 22587357fa11..000000000000
--- a/java/jdk16/files/patch-j2se-font-Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-$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${LOCALBASE}/include
- OTHER_LDLIBS += -lawt $(LIBM) $(LIBCXX)
- else
- ifeq ($(PLATFORM), linux)