diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-23 09:06:14 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-23 09:06:14 +0800 |
commit | f92a192fcded33a6a140c6220036eb03ba88dac3 (patch) | |
tree | c9581523bc88f4a0ce2f259c9ad28cd54fee0f32 /www/mozilla | |
parent | 90b0fa875406d83ee5fafeab81fa5386aa15d730 (diff) | |
download | marcuscom-ports-f92a192fcded33a6a140c6220036eb03ba88dac3.tar marcuscom-ports-f92a192fcded33a6a140c6220036eb03ba88dac3.tar.gz marcuscom-ports-f92a192fcded33a6a140c6220036eb03ba88dac3.tar.bz2 marcuscom-ports-f92a192fcded33a6a140c6220036eb03ba88dac3.tar.lz marcuscom-ports-f92a192fcded33a6a140c6220036eb03ba88dac3.tar.xz marcuscom-ports-f92a192fcded33a6a140c6220036eb03ba88dac3.tar.zst marcuscom-ports-f92a192fcded33a6a140c6220036eb03ba88dac3.zip |
- Try a different way to work around the openldap-client and mozilla
ldap conflict.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5186 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 3a56cc93a..dc95ffb3b 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -4,7 +4,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/mozilla/Makefile.common,v 1.8 2005/11/22 21:29:15 ahze Exp $ +# $MCom: ports/www/mozilla/Makefile.common,v 1.9 2005/11/23 00:43:14 ahze Exp $ # Ports can use the following: # @@ -91,7 +91,8 @@ JPI_LIST?=\ PKGCONFIG_FILES?= ${MOZILLA}-gtkmozembed ${MOZILLA}-js \ ${MOZILLA}-xpcom ${MOZILLA}-plugin -CPPFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include +CPPFLAGS+= -I${WRKSRC}/directory/c-sdk/ldap/include \ + -I${X11BASE}/include -I${LOCALBASE}/include CFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= -L${X11BASE}/lib -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} LIBS+= ${PTHREAD_LIBS} |