aboutsummaryrefslogtreecommitdiff
path: root/math/asymptote/files
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-11 22:15:26 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-11 22:15:26 +0000
commitb6eaa2c446a25ab4cd561af375e3e40f57a78589 (patch)
tree764cc6f6b7db403a949fad3fd920023129bb2943 /math/asymptote/files
parent1b4472d8fef1dfe2e2d648861af485688effecbe (diff)
downloadports-b6eaa2c446a25ab4cd561af375e3e40f57a78589.tar.gz
ports-b6eaa2c446a25ab4cd561af375e3e40f57a78589.zip
Fix build on 6.x
PR: 90213 Submitted by: Nicola Vitale <nivit@email.it> (maintainer) Notified by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=150920
Diffstat (limited to 'math/asymptote/files')
-rw-r--r--math/asymptote/files/patch-Makefile.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/math/asymptote/files/patch-Makefile.in b/math/asymptote/files/patch-Makefile.in
index 18e23eade94e..d64226020444 100644
--- a/math/asymptote/files/patch-Makefile.in
+++ b/math/asymptote/files/patch-Makefile.in
@@ -1,5 +1,5 @@
--- Makefile.in Tue Nov 8 08:22:41 2005
-+++ Makefile.in.port Thu Nov 24 17:33:55 2005
++++ Makefile.in.port Sat Dec 10 19:02:52 2005
@@ -37,7 +37,7 @@
datadir = @datadir@
asydir = $(datadir)/asymptote
@@ -9,3 +9,12 @@
animationsdir = $(exampledir)/animations
latexdir = @latexdir@
INSTALL = @INSTALL@
+@@ -64,7 +64,7 @@
+ rm -f $(GC).tar
+ cd $(GC); \
+ ./configure --disable-threads --disable-shared --enable-cplusplus; \
+- $(MAKE) check
++ $(MAKE)
+
+ doc: asy
+ cd doc; $(MAKE) doc