diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-22 07:59:38 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-22 07:59:38 +0000 |
commit | 902e01f269368abb57e96cf214fea1c735a55411 (patch) | |
tree | 1b9dd48f041ce230abda30d96283803715e40442 /science | |
parent | 7a880e46ccce92d06f834ca8772ff16758c4b38e (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/drawxtl/files/patch-Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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))) |