1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/www/firefox-esr/files/patch-config::mkdepend::Makefile.in
Joe Marcus Clarke 6a6b9d7881 * Fix build with upcoming X.Org 6.8.1 [1]
* Temporarily disable CUPS support to fix a crash do to a symbol conflict
  between OpenSSL and NSS [2]

PR:		75045 [2]
Submitted by:	lesi [1]
2004-12-15 06:03:30 +00:00

11 lines
349 B
Plaintext

--- config/mkdepend/Makefile.in.orig Sun Dec 12 07:36:57 2004
+++ config/mkdepend/Makefile.in Sun Dec 12 07:37:55 2004
@@ -57,6 +57,7 @@
include $(topsrcdir)/config/rules.mk
HOST_CFLAGS += -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".$(OBJ_SUFFIX)\"
+HOST_CFLAGS += $(XCFLAGS)
ifdef GNU_CC
_GCCDIR = $(shell $(CC) -print-file-name=include)