diff options
author | demon <demon@FreeBSD.org> | 2001-09-29 18:02:48 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2001-09-29 18:02:48 +0800 |
commit | ad2997b686b645b2f5bc2621a2b9319cbd7501d4 (patch) | |
tree | defa2abf93836b388c385461efee151c1943325d /math | |
parent | 713b81296248f0f9c2af1b2fd00f6122f2544e52 (diff) | |
download | freebsd-ports-gnome-ad2997b686b645b2f5bc2621a2b9319cbd7501d4.tar.gz freebsd-ports-gnome-ad2997b686b645b2f5bc2621a2b9319cbd7501d4.tar.zst freebsd-ports-gnome-ad2997b686b645b2f5bc2621a2b9319cbd7501d4.zip |
Finish updating to 0.9.3
Diffstat (limited to 'math')
-rw-r--r-- | math/gsl/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/gsl/files/patch-Makefile.in b/math/gsl/files/patch-Makefile.in new file mode 100644 index 000000000000..27edee17d77f --- /dev/null +++ b/math/gsl/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Sep 29 13:07:34 2001 ++++ Makefile.in Sat Sep 29 13:08:00 2001 +@@ -90,7 +90,7 @@ + + bin_SCRIPTS = gsl-config + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = gsl.pc + + EXTRA_DIST = autogen.sh gsl-config.in gsl.pc.in configure.in THANKS KNOWN-PROBLEMS gsl.spec.in gsl.m4 MACHINES test_gsl_histogram.sh |