Date: Thu, 28 Apr 2011 23:11:20 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r543 - branches/experimental/www/kompozer Message-ID: <201104282311.p3SNBKc5094899@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: flo
Date: Thu Apr 28 23:11:19 2011
New Revision: 543
Log:
- fix kompozer after the recent bsd.gecko.mk changes
Modified:
branches/experimental/www/kompozer/Makefile
Modified: branches/experimental/www/kompozer/Makefile
==============================================================================
--- branches/experimental/www/kompozer/Makefile Thu Apr 28 23:10:45 2011 (r542)
+++ branches/experimental/www/kompozer/Makefile Thu Apr 28 23:11:19 2011 (r543)
@@ -16,6 +16,7 @@
MAINTAINER= gecko@FreeBSD.org
COMMENT= Complete Web Authoring Suite
+USE_AUTOTOOLS= autoconf213
WANT_GNOME= yes
WANT_PERL= yes
USE_BZIP2= yes
@@ -44,6 +45,9 @@
} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
.endif
+pre-configure:
+ (cd ${WRKSRC} && ${AUTOCONF})
+
post-patch:
${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS:C/-pthread/${GECKO_PTHREAD_LIBS}/}|' \
${WRKSRC}/storage/build/Makefile.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104282311.p3SNBKc5094899>
