summaryrefslogtreecommitdiff
path: root/math/libgmp-freebsd
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-08-04 12:59:02 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-08-04 12:59:02 +0000
commit201b4b87795a363e6d5cb184d53851c3c946bdab (patch)
treec5e22ab0cc572d4035863d7262362d14958250bc /math/libgmp-freebsd
parentMove configurationfile from /etc to ${PREFIX}/etc. (diff)
Partially fix the build on -CURRENT (still doesn't build with GCC-3.3.1).
Urged by: kris
Notes
Notes: svn path=/head/; revision=86283
Diffstat (limited to 'math/libgmp-freebsd')
-rw-r--r--math/libgmp-freebsd/files/patch-Makefile11
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