From a70e817601cc07842150d8863d5bc7de68d4f577 Mon Sep 17 00:00:00 2001 From: Ulrich Klauer Date: Fri, 29 Mar 2013 13:53:31 +0100 Subject: Fix HTML in index.html --- index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index e0e081c..069fe71 100644 --- a/index.html +++ b/index.html @@ -639,7 +639,7 @@ USE_OSGPLUGIN(<plugin2>) - libffi + libffi ≥ 3.0.0 @@ -791,9 +791,8 @@ aptitude -t squeeze-backports install cmake yasm flex gettext git-core glib2 gsed intltool libffi \ libtool openssl p5-xml-parser pkgconfig scons \ wget xz yasm -

Use the llvm based gcc: +

Use the llvm based gcc:

sudo port select gcc llvm-gcc42
-

Mac OS X versions ≤ 10.6 are no longer supported.

@@ -1956,7 +1955,7 @@ aptitude -t squeeze-backports install cmake yasm protobuf 2.4.1 - protobuf + protobuf pthreads @@ -2436,10 +2435,12 @@ https://... You could also try to provide a $(PKG)_UPDATE section. However, that requires some experience and "feeling" for it. So it is perfectly okay if you leave a placeholder: +

define $(PKG)_UPDATE
-    echo 'TODO: write update script for $(PKG).' >&2;
+    echo 'TODO: write update script for $(PKG).' >&2;
     echo $($(PKG)_VERSION)
 endef
+

We'll fill that in for you. It's a funny exercise.

-- cgit v0.12