mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
ae52bc8089
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach.
11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
--- 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)
|