diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-15 06:03:30 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-15 06:03:30 +0000 |
commit | e34c351554523768d6cad0af717114b3d1984a2f (patch) | |
tree | 3e91beba00e5abf1e32e0b0adc5f7d6c1ade4f36 /www/flock/files | |
parent | eb1a6deca1e5c40cf1e1e0b9659c35aeeb1e871a (diff) | |
download | FreeBSD-ports-e34c351554523768d6cad0af717114b3d1984a2f.zip FreeBSD-ports-e34c351554523768d6cad0af717114b3d1984a2f.tar.gz |
* 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]
Diffstat (limited to 'www/flock/files')
-rw-r--r-- | www/flock/files/mozconfig.in | 2 | ||||
-rw-r--r-- | www/flock/files/patch-config::mkdepend::Makefile.in | 10 |
2 files changed, 12 insertions, 0 deletions
diff --git a/www/flock/files/mozconfig.in b/www/flock/files/mozconfig.in index 26bd8e7..a2c8dcc 100644 --- a/www/flock/files/mozconfig.in +++ b/www/flock/files/mozconfig.in @@ -22,6 +22,8 @@ export PERL="@PERL@" mk_add_options PERL=$PERL # Configure options for installation ac_add_options --prefix=@FAKEDIR@ +ac_add_options --x-includes=@X11BASE@/include +ac_add_options --x-libraries=@X11BASE@/lib ###################################################################### # Use ports for these libraries ac_add_options --with-system-jpeg=@LOCALBASE@ diff --git a/www/flock/files/patch-config::mkdepend::Makefile.in b/www/flock/files/patch-config::mkdepend::Makefile.in new file mode 100644 index 0000000..bace012a --- /dev/null +++ b/www/flock/files/patch-config::mkdepend::Makefile.in @@ -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) |