aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2005-12-12 06:15:26 +0800
committerehaupt <ehaupt@FreeBSD.org>2005-12-12 06:15:26 +0800
commit96d5c47069556efd1407d9c63d978b0052af610d (patch)
treee9512047a75bbcbf5aaa2a23d6b3279d505edb03 /math
parentebf7a2925f314f57ec189e642cc0b0ca9a03563b (diff)
downloadfreebsd-ports-gnome-96d5c47069556efd1407d9c63d978b0052af610d.tar.gz
freebsd-ports-gnome-96d5c47069556efd1407d9c63d978b0052af610d.tar.zst
freebsd-ports-gnome-96d5c47069556efd1407d9c63d978b0052af610d.zip
Fix build on 6.x
PR: 90213 Submitted by: Nicola Vitale <nivit@email.it> (maintainer) Notified by: pointyhat via kris
Diffstat (limited to 'math')
-rw-r--r--math/asymptote/Makefile1
-rw-r--r--math/asymptote/files/patch-Makefile.in11
2 files changed, 11 insertions, 1 deletions
diff --git a/math/asymptote/Makefile b/math/asymptote/Makefile
index c878d6becc4a..c9b90e80d9ce 100644
--- a/math/asymptote/Makefile
+++ b/math/asymptote/Makefile
@@ -7,6 +7,7 @@
PORTNAME= asymptote
PORTVERSION= 0.95
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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