1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/java/jdk14/files/patch-plugin::ns6::Makefile
Greg Lewis df0cd23644 . Update to 1.4.2 patchset 6.
. Install the cacerts file from Sun's 1.4.2_03 release to avoid some
  problems associated with expired root certificates described in:

  http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436

Hopefully not objected to by:	phantom
2004-01-14 21:21:53 +00:00

14 lines
510 B
Plaintext

$FreeBSD$
--- ../../deploy/make/plugin/ns6/Makefile.orig Wed Jan 14 11:10:30 2004
+++ ../../deploy/make/plugin/ns6/Makefile Wed Jan 14 11:12:11 2004
@@ -46,7 +46,7 @@
ifeq ($(TRUE_PLATFORM), FreeBSD)
# XXXBSD: is there any differences between nspr for ns610 and ns4
# XXXBSD: direct /usr/local/include/nspr path is used!!!
-EXTRA_CPPFLAGS += -I/usr/local/include/nspr
+EXTRA_CPPFLAGS += -I${LOCALBASE}/include/nspr
endif
ifeq ($(TRUE_PLATFORM), NetBSD)
EXTRA_CPPFLAGS += -I/usr/pkg/include/mozilla/nspr