diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-06 08:05:55 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-06 08:05:55 +0800 |
commit | b7aa58f4487e17eccb6dbf607af7dc336d15b55d (patch) | |
tree | 89bb03cd901de4ce337b7edd7fd6d2798980f574 /www/mozilla | |
parent | 18de1da38753695e59a7b1caa84c3091546143b2 (diff) | |
download | marcuscom-ports-b7aa58f4487e17eccb6dbf607af7dc336d15b55d.tar marcuscom-ports-b7aa58f4487e17eccb6dbf607af7dc336d15b55d.tar.gz marcuscom-ports-b7aa58f4487e17eccb6dbf607af7dc336d15b55d.tar.bz2 marcuscom-ports-b7aa58f4487e17eccb6dbf607af7dc336d15b55d.tar.lz marcuscom-ports-b7aa58f4487e17eccb6dbf607af7dc336d15b55d.tar.xz marcuscom-ports-b7aa58f4487e17eccb6dbf607af7dc336d15b55d.tar.zst marcuscom-ports-b7aa58f4487e17eccb6dbf607af7dc336d15b55d.zip |
Update to 1.1
Note: this is a stable release and it does belong in ports... Just a little
backporting love is needed
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8288 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 22f48d7ad..7af21f896 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.43 2007/02/04 01:41:08 marcus Exp $ +# $MCom: ports/www/mozilla/Makefile.common,v 1.44 2007/02/04 22:41:19 marcus Exp $ # This file contains some reusable components for mozilla ports. It's of # use primarily to apps from the mozilla project itself (such as Firefox, @@ -111,7 +111,7 @@ JPI_LIST?=\ MOZ_PKGCONFIG_FILES?= ${MOZILLA}-gtkmozembed ${MOZILLA}-js \ ${MOZILLA}-xpcom ${MOZILLA}-plugin -CPPFLAGS+= -I${X11BASE}/include +CPPFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include/nss -I${LOCALBASE}/include/nss/nss CFLAGS+= ${PTHREAD_CFLAGS} LDFLAGS+= -L${X11BASE}/lib -L${LOCALBASE}/lib/nss -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} LIBS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv |