aboutsummaryrefslogtreecommitdiffstats
path: root/math/libgmp-freebsd/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/libgmp-freebsd/files/patch-Makefile')
-rw-r--r--math/libgmp-freebsd/files/patch-Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/math/libgmp-freebsd/files/patch-Makefile b/math/libgmp-freebsd/files/patch-Makefile
deleted file mode 100644
index 22a2b1984419..000000000000
--- a/math/libgmp-freebsd/files/patch-Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-
-$FreeBSD$
-
---- 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
-+ ${GMPDIR}/gmp.h ${DESTDIR}${INCDIR}
-
- .include "Makefile.inc"
- .include <bsd.lib.mk>