diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-29 00:31:18 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-29 00:31:18 +0800 |
commit | 668ec9dc6d698f06cbeb6155d2c39325564306b0 (patch) | |
tree | 8dc4ea3df60a340af7e990e9562b13d0a9d2eac8 /math/libgmp-freebsd/files | |
parent | b97b358f4b66b78728c9c180b997276982237491 (diff) | |
download | freebsd-ports-gnome-668ec9dc6d698f06cbeb6155d2c39325564306b0.tar.gz freebsd-ports-gnome-668ec9dc6d698f06cbeb6155d2c39325564306b0.tar.zst freebsd-ports-gnome-668ec9dc6d698f06cbeb6155d2c39325564306b0.zip |
Add libgmp 2001.08.07, a library for arbitrary precision arithmetic.
Note: This package contains version the the library just before it was
removed from the FreeBSD base system (5-CURRENT, mid-August 2001) and it is
provided solely for compatibility with packages that require it.
Diffstat (limited to 'math/libgmp-freebsd/files')
-rw-r--r-- | math/libgmp-freebsd/files/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/libgmp-freebsd/files/patch-Makefile b/math/libgmp-freebsd/files/patch-Makefile new file mode 100644 index 000000000000..e2f5c0bdc2e8 --- /dev/null +++ b/math/libgmp-freebsd/files/patch-Makefile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile 2001/08/28 16:21:28 1.1 ++++ Makefile 2001/08/28 16:21:41 +@@ -145,7 +145,7 @@ + + beforeinstall: + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ +- ${GMPDIR}/gmp.h ${DESTDIR}/usr/include ++ ${GMPDIR}/gmp.h ${DESTDIR}${INCDIR} + + .include "Makefile.inc" + .include <bsd.lib.mk> |