diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-08-04 12:59:02 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-08-04 12:59:02 +0000 |
commit | 201b4b87795a363e6d5cb184d53851c3c946bdab (patch) | |
tree | c5e22ab0cc572d4035863d7262362d14958250bc /math/libgmp-freebsd | |
parent | 83f65c5ce7af9b4755552c72421bee455e1ca53b (diff) | |
download | ports-201b4b87795a363e6d5cb184d53851c3c946bdab.tar.gz ports-201b4b87795a363e6d5cb184d53851c3c946bdab.zip |
Notes
Diffstat (limited to 'math/libgmp-freebsd')
-rw-r--r-- | math/libgmp-freebsd/files/patch-Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/math/libgmp-freebsd/files/patch-Makefile b/math/libgmp-freebsd/files/patch-Makefile index e2f5c0bdc2e8..22a2b1984419 100644 --- a/math/libgmp-freebsd/files/patch-Makefile +++ b/math/libgmp-freebsd/files/patch-Makefile @@ -1,10 +1,15 @@ $FreeBSD$ ---- Makefile 2001/08/28 16:21:28 1.1 -+++ Makefile 2001/08/28 16:21:41 -@@ -145,7 +145,7 @@ +--- Makefile Tue Aug 28 19:01:54 2001 ++++ Makefile Mon Aug 4 15:52:56 2003 +@@ -143,9 +143,12 @@ + ${.OBJDIR}/mpf \ + ${.OBJDIR}/mpq ++.c.o: ++ ${CC} ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET} ++ beforeinstall: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${GMPDIR}/gmp.h ${DESTDIR}/usr/include |