diff options
author | Jean-Charles de Longueville <jch@alpine-dev.hellea.net> | 2015-03-16 14:48:36 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-16 15:17:14 +0000 |
commit | 0fdd3986545548799e7e18983bfdd98f8a360165 (patch) | |
tree | 69dbc6015bea78d9d5e7f31b1d132d6329476535 /testing/nx-libs/Makefile.patch | |
parent | 97c96b97f1f7a32fd1a1ea2189e65ac9e6464c45 (diff) | |
download | aports-0fdd3986545548799e7e18983bfdd98f8a360165.tar.bz2 aports-0fdd3986545548799e7e18983bfdd98f8a360165.tar.xz |
new package nx-libs
Diffstat (limited to 'testing/nx-libs/Makefile.patch')
-rw-r--r-- | testing/nx-libs/Makefile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/nx-libs/Makefile.patch b/testing/nx-libs/Makefile.patch new file mode 100644 index 0000000000..35037d4f81 --- /dev/null +++ b/testing/nx-libs/Makefile.patch @@ -0,0 +1,11 @@ +--- nx-libs-3.5.0.28/Makefile ++++ ../Makefile +@@ -14,7 +14,7 @@ + BINDIR=$(PREFIX)/bin + NXLIBDIR=$(PREFIX)/lib/nx + X2GOLIBDIR=$(PREFIX)/lib/x2go +-CONFIGURE ?= ./configure ++CONFIGURE ?= ./configure --prefix=usr + + SHELL:=/bin/bash + |