1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Fix build with the upcoming X.Org 6.8.1.

Submitted by:	lesi
This commit is contained in:
Joe Marcus Clarke 2004-12-13 06:10:46 +00:00
parent c602df38f5
commit e179b2545a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123890

View File

@ -0,0 +1,10 @@
--- 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)