From 902e01f269368abb57e96cf214fea1c735a55411 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 22 Dec 2018 07:59:38 +0000 Subject: [PATCH] science/drawxtl: Unbreak on non-64-bit architectures The previous patch of libdir assignment only affected 64-bit architectures. Reported by: fallout --- science/drawxtl/files/patch-Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/science/drawxtl/files/patch-Makefile b/science/drawxtl/files/patch-Makefile index 5351cdf385a0..1cbcca22e7a8 100644 --- a/science/drawxtl/files/patch-Makefile +++ b/science/drawxtl/files/patch-Makefile @@ -1,6 +1,11 @@ --- Makefile.orig 2011-03-08 18:55:26 UTC +++ Makefile -@@ -38,7 +38,7 @@ ifeq ($(OS),Linux) +@@ -34,11 +34,11 @@ ifeq ($(OS),Linux) + + prefix = /usr/local + includedir = ${prefix}/include +- libdir = /usr/lib/ ++ libdir = ${prefix}/lib/ BUILD_CPU=$(shell uname -m) ifneq (,$(findstring 64,$(BUILD_CPU)))