From 02e2d0d6ed6999c6fc63eedf7e52ec4f7e13c208 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Tue, 27 Dec 2016 09:25:53 +0000 Subject: testing/nomp: new aport --- testing/nomp/make-path.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/nomp/make-path.patch (limited to 'testing/nomp/make-path.patch') diff --git a/testing/nomp/make-path.patch b/testing/nomp/make-path.patch new file mode 100644 index 0000000000..5d69caf4b8 --- /dev/null +++ b/testing/nomp/make-path.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile b/Makefile +index c53a4b7..05aa874 100644 +--- a/Makefile ++++ b/Makefile +@@ -6,7 +6,7 @@ BUILDDIR = .build + SOURCES = $(wildcard src/*.cc) + OBJECTS = $(patsubst $(SOURCEDIR)/%.cc,$(BUILDDIR)/%.o,$(SOURCES)) + DEPS := $(OBJECTS:.o=.d) +-PREFIX = /usr/local ++PREFIX = /usr + TARGET = nomp + + .SILENT: -- cgit v1.2.3