diff --git a/Makefile b/Makefile index 4d857c03..f3cc28c6 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ LIBTOOL := $(shell glibtool --help >/dev/null 2>&1 && echo g)libtool LIBTOOLIZE := $(shell glibtoolize --help >/dev/null 2>&1 && echo g)libtoolize PATCH := $(shell gpatch --help >/dev/null 2>&1 && echo g)patch SED := $(shell gsed --help >/dev/null 2>&1 && echo g)sed +SORT := $(shell gsort --help >/dev/null 2>&1 && echo g)sort WGET := wget --no-check-certificate \ --user-agent=$(shell wget --version | \ $(SED) -n 's,GNU \(Wget\) \([0-9.]*\).*,\1/\2,p') diff --git a/index.html b/index.html index b629690c..fee2acfa 100644 --- a/index.html +++ b/index.html @@ -727,8 +727,8 @@ aptitude -t squeeze-backports install cmake yasm
pkg_add -r automake111 autoconf268 bash bison cmake \
-           flex gettext git gmake gsed intltool libffi libtool \
-           openssl patch perl p5-XML-Parser pkg-config \
+           coreutils flex gettext git gmake gsed intltool libffi \
+           libtool openssl patch perl p5-XML-Parser pkg-config \
            scons unzip wget yasm

@@ -783,8 +783,8 @@ aptitude -t squeeze-backports install cmake yasm then run:

-
sudo port install autoconf automake bison cmake flex \
-                  gettext git-core glib2 gsed intltool libffi \
+    
sudo port install autoconf automake bison cmake coreutils \
+                  flex gettext git-core glib2 gsed intltool libffi \
                   libtool openssl p5-xml-parser pkgconfig scons \
                   wget xz yasm

Use the llvm based gcc: