diff options
author | ru <ru@FreeBSD.org> | 2003-08-04 20:59:02 +0800 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-08-04 20:59:02 +0800 |
commit | 8d0d4e8c468920a1e782f0cd1781e8128a642c65 (patch) | |
tree | 6c25ffd11a3196222d47f27306a7576fd5dd68b5 /math/libgmp-freebsd | |
parent | 7feba39bf5029a098289a7ec34e49b4262391f34 (diff) | |
download | freebsd-ports-gnome-8d0d4e8c468920a1e782f0cd1781e8128a642c65.tar.gz freebsd-ports-gnome-8d0d4e8c468920a1e782f0cd1781e8128a642c65.tar.zst freebsd-ports-gnome-8d0d4e8c468920a1e782f0cd1781e8128a642c65.zip |
Partially fix the build on -CURRENT (still doesn't build with GCC-3.3.1).
Urged by: kris
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 |