summaryrefslogtreecommitdiff
path: root/www/firefox-esr/files/patch-config_mkdepend_Makefile.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2012-03-26 08:04:09 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2012-03-26 08:04:09 +0000
commit1d5dc71eb7e37fe26825750015d76d77232f3626 (patch)
treee4f346c12ea0d1968d06e21b461decec80118e7d /www/firefox-esr/files/patch-config_mkdepend_Makefile.in
parentReadd BROKEN: still can't find numpy (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_3_0'.release/8.3.0
Diffstat (limited to 'www/firefox-esr/files/patch-config_mkdepend_Makefile.in')
-rw-r--r--www/firefox-esr/files/patch-config_mkdepend_Makefile.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/firefox-esr/files/patch-config_mkdepend_Makefile.in b/www/firefox-esr/files/patch-config_mkdepend_Makefile.in
deleted file mode 100644
index 65687c7c5feb..000000000000
--- a/www/firefox-esr/files/patch-config_mkdepend_Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- config/mkdepend/Makefile.in.orig 2011-12-16 21:29:22.000000000 +0100
-+++ config/mkdepend/Makefile.in 2011-12-21 23:02:17.000000000 +0100
-@@ -71,7 +71,8 @@
-
- include $(topsrcdir)/config/rules.mk
-
--HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\"
-+HOST_CFLAGS += -DINCLUDEDIR=\"%%LOCALBASE%%/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\" -I%%LOCALBASE%%/include
-+HOST_CFLAGS += $(XCFLAGS)
-
- ifdef GNU_CC
- _GCCDIR = $(shell $(CC) -print-file-name=include)