diff --git a/ports/binutils-lto/build b/ports/binutils-lto/build new file mode 100755 index 0000000..e90425d --- /dev/null +++ b/ports/binutils-lto/build @@ -0,0 +1,31 @@ +#!/bin/sh -e + +cat > makeinfo < Clock.c.new ; mv Clock.c.new Clock.c +sed -e 's/XpmReadFileToPixmap(dpy, RootWindowOfScreen(screen), name, &pmap,//g' Clock.c | sed -e 's/&shapemask, NULL);//g' > Clock.c.new ; mv Clock.c.new Clock.c ./configure \ --prefix=/usr diff --git a/ports/zstd-lto/build b/ports/zstd-lto/build new file mode 100755 index 0000000..f95828b --- /dev/null +++ b/ports/zstd-lto/build @@ -0,0 +1,15 @@ +#!/bin/sh -e + +( + cd programs + + make zstd-pgo + make DESTDIR="$1" PREFIX=/usr install +) + +( + cd lib + + make + make DESTDIR="$1" PREFIX=/usr install +) diff --git a/ports/zstd-lto/checksums b/ports/zstd-lto/checksums new file mode 120000 index 0000000..5e3fe49 --- /dev/null +++ b/ports/zstd-lto/checksums @@ -0,0 +1 @@ +../../kiss-repo/extra/zstd/checksums \ No newline at end of file diff --git a/ports/zstd-lto/sources b/ports/zstd-lto/sources new file mode 120000 index 0000000..f5a7ec7 --- /dev/null +++ b/ports/zstd-lto/sources @@ -0,0 +1 @@ +../../kiss-repo/extra/zstd/sources \ No newline at end of file diff --git a/ports/zstd-lto/version b/ports/zstd-lto/version new file mode 120000 index 0000000..1d708c8 --- /dev/null +++ b/ports/zstd-lto/version @@ -0,0 +1 @@ +../../kiss-repo/extra/zstd/version \ No newline at end of file