9346cba7d2
- avoid linking to devel/nspr if installed - prepare for mozilla versioning (adjust MOZDIR as needed) With help from maintainer Igor Boehm okay pval@
20 lines
876 B
Plaintext
20 lines
876 B
Plaintext
$OpenBSD: patch-embed_mozilla_Makefile_in,v 1.1 2005/03/16 02:02:57 kurt Exp $
|
|
--- embed/mozilla/Makefile.in.orig Thu Mar 10 11:25:15 2005
|
|
+++ embed/mozilla/Makefile.in Thu Mar 10 11:25:44 2005
|
|
@@ -298,6 +298,7 @@ INCLUDES = -I$(top_srcdir)/lib -I$(top_s
|
|
-I$(MOZILLA_INCLUDE_ROOT)/docshell \
|
|
-I$(MOZILLA_INCLUDE_ROOT)/dom \
|
|
-I$(MOZILLA_INCLUDE_ROOT)/exthandler \
|
|
+ -I$(MOZILLA_INCLUDE_ROOT)/find \
|
|
-I$(MOZILLA_INCLUDE_ROOT)/gfx \
|
|
-I$(MOZILLA_INCLUDE_ROOT)/helperAppDlg \
|
|
-I$(MOZILLA_INCLUDE_ROOT)/js -I$(MOZILLA_INCLUDE_ROOT)/history \
|
|
@@ -309,6 +310,7 @@ INCLUDES = -I$(top_srcdir)/lib -I$(top_s
|
|
-I$(MOZILLA_INCLUDE_ROOT)/passwordmgr \
|
|
-I$(MOZILLA_INCLUDE_ROOT)/pipboot \
|
|
-I$(MOZILLA_INCLUDE_ROOT)/pipnss \
|
|
+ -I$(MOZILLA_INCLUDE_ROOT)/pref \
|
|
-I$(MOZILLA_INCLUDE_ROOT)/shistory \
|
|
-I$(MOZILLA_INCLUDE_ROOT)/uriloader \
|
|
-I$(MOZILLA_INCLUDE_ROOT)/uconv \
|