diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 07:53:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:10:14 +0100 |
commit | 748305020290e379bb204adbfb00f11a27d1843a (patch) | |
tree | a7fefaf995bd6be5c47ac63b8128823941ea177b /sci-visualization/spectromatic/files | |
parent | sci-mathematics/pari: respect PKG_CONFIG (diff) | |
download | gentoo-748305020290e379bb204adbfb00f11a27d1843a.tar.gz gentoo-748305020290e379bb204adbfb00f11a27d1843a.tar.bz2 gentoo-748305020290e379bb204adbfb00f11a27d1843a.zip |
sci-visualization/spectromatic: respect PKG_CONFIG
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-visualization/spectromatic/files')
-rw-r--r-- | sci-visualization/spectromatic/files/spectromatic-1.0-makefile.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-visualization/spectromatic/files/spectromatic-1.0-makefile.patch b/sci-visualization/spectromatic/files/spectromatic-1.0-makefile.patch index 619aaecf7a89..ea1fa0a70eec 100644 --- a/sci-visualization/spectromatic/files/spectromatic-1.0-makefile.patch +++ b/sci-visualization/spectromatic/files/spectromatic-1.0-makefile.patch @@ -8,7 +8,7 @@ Fix install paths -CFLAGS = -O2 -Wall -LIBS = -lgsl -lgslcblas -lpng -lm -+LIBS = -lpng `pkg-config --libs gsl` ++LIBS = -lpng `${PKG_CONFIG} --libs gsl` DESTDIR = -TOPLEVEL_HOME = /usr +TOPLEVEL_HOME ?= /usr |