diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-28 01:10:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-28 01:10:29 +0800 |
commit | b1e05b14581adad17ef5baa0472c4a9c69382188 (patch) | |
tree | aff928738d7589f889441cfefa7b5e112d084de1 | |
parent | fc0bb73ac0b25aa8ad9d1f69d577c8c70516bdb5 (diff) | |
download | marcuscom-ports-b1e05b14581adad17ef5baa0472c4a9c69382188.tar marcuscom-ports-b1e05b14581adad17ef5baa0472c4a9c69382188.tar.gz marcuscom-ports-b1e05b14581adad17ef5baa0472c4a9c69382188.tar.bz2 marcuscom-ports-b1e05b14581adad17ef5baa0472c4a9c69382188.tar.lz marcuscom-ports-b1e05b14581adad17ef5baa0472c4a9c69382188.tar.xz marcuscom-ports-b1e05b14581adad17ef5baa0472c4a9c69382188.tar.zst marcuscom-ports-b1e05b14581adad17ef5baa0472c4a9c69382188.zip |
Fix a problem with PTHREAD_LIB-safeness.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7960 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | www/seamonkey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 5230ce07d..56543fb6d 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,7 +3,7 @@ # Whom: eivind/dima/jseger # # $FreeBSD$ -# $MCom: ports/www/seamonkey/Makefile,v 1.40 2006/09/15 16:11:00 ahze Exp $ +# $MCom: ports/www/seamonkey/Makefile,v 1.42 2006/11/17 17:46:40 ahze Exp $ # PORTNAME= seamonkey @@ -96,7 +96,7 @@ MOZ_OPTIONS+= --disable-composer .endif post-patch: - ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${GECKO_PTHREAD_LIBS}|' \ + ${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \ ${WRKSRC}/storage/build/Makefile.in @${REINPLACE_CMD} -e '/accessibility.typeaheadfind.enablesound/s/true/false/' \ ${WRKSRC}/modules/libpref/src/init/all.js |