Author: hawk Date: Fri Feb 6 16:11:46 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - specify boost libdir, fixes x86_64 build, release 2
---- Files affected: SPECS: source-highlight.spec (1.34 -> 1.35) ---- Diffs: ================================================================ Index: SPECS/source-highlight.spec diff -u SPECS/source-highlight.spec:1.34 SPECS/source-highlight.spec:1.35 --- SPECS/source-highlight.spec:1.34 Thu Dec 25 17:19:23 2008 +++ SPECS/source-highlight.spec Fri Feb 6 17:11:41 2009 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Podświetlanie składni z projektu GNU Name: source-highlight Version: 2.11.1 -Release: 1 +Release: 2 License: GPL v3+ Group: Applications/Publishing Source0: http://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz @@ -159,7 +159,8 @@ %build cp -f /usr/share/automake/config.sub . -%configure +%configure \ + --with-boost-libdir=%{_libdir} %{__make} %install @@ -204,6 +205,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.35 2009/02/06 16:11:41 hawk +- specify boost libdir, fixes x86_64 build, release 2 + Revision 1.34 2008/12/25 16:19:23 adamg - updated to 2.11.1 - sync description with official announce ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/source-highlight.spec?r1=1.34&r2=1.35&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
