[SVN-Commit] r543 - branches/experimental/www/kompozer
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Thu Apr 28 23:11:27 UTC 2011
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 at 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
More information about the freebsd-gecko
mailing list