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= [email protected] 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
