freebsd-ports/deskutils/sunbird/files/patch-config_mkdepend_Makefile.in
Michael Johnson 2769f0eabc - Add sunbird
The Sunbird Project is a redesign of the Mozilla Calendar component. The goal
is to produce a cross platform standalone calendar application based on
Mozilla's XUL user interface language.

WWW:    http://www.mozilla.org/projects/calendar/sunbird.html

Note: This is still in the beta stages and you will probably run in to
      a few bugs.
2005-11-30 00:52:24 +00:00

10 lines
349 B
Text

--- config/mkdepend/Makefile.in.orig Sun Apr 18 14:17:26 2004
+++ config/mkdepend/Makefile.in Sun Dec 12 09:42:11 2004
@@ -73,6 +73,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)