summaryrefslogtreecommitdiff
path: root/math/gcalctool
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-11 07:51:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-11 07:51:39 +0000
commit934f68f9c0f72b869ee89e9d62160cfce794c0c6 (patch)
treeab51582de130643a693973819709fcd7b8a05a3b /math/gcalctool
parentUpgrade to 4.58, a security and bugfix release which addresses the following: (diff)
Fix buuild on -STABLE, and make sure -lc_r is linked in on -CURRENT.
Reported by: Sergey Akifyev <asa@gascom.ru> Approved by: portmgr (implicitly)
Notes
Notes: svn path=/head/; revision=88955
Diffstat (limited to 'math/gcalctool')
-rw-r--r--math/gcalctool/Makefile1
-rw-r--r--math/gcalctool/files/patch-configure10
2 files changed, 11 insertions, 0 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile
index f79f18fa527d..ad511aa42da4 100644
--- a/math/gcalctool/Makefile
+++ b/math/gcalctool/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gcalctool
PORTVERSION= 4.3.3
+PORTREVISION= 1
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/4.3
diff --git a/math/gcalctool/files/patch-configure b/math/gcalctool/files/patch-configure
new file mode 100644
index 000000000000..f195f07b43c6
--- /dev/null
+++ b/math/gcalctool/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Wed Dec 11 18:31:51 2002
++++ configure Thu Dec 12 12:07:17 2002
+@@ -7414,6 +7414,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'