diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-11 07:51:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-11 07:51:39 +0000 |
commit | 83c3f073529c055a6500b570b3a9a9e30469e338 (patch) | |
tree | c0dbfe41a12475d41632edb454f553d0b0a84242 /math/gcalctool | |
parent | c2f6531e711853f1ffa05f11d88b1773a6ad82a6 (diff) | |
download | FreeBSD-ports-83c3f073529c055a6500b570b3a9a9e30469e338.zip FreeBSD-ports-83c3f073529c055a6500b570b3a9a9e30469e338.tar.gz |
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)
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/Makefile | 1 | ||||
-rw-r--r-- | math/gcalctool/files/patch-configure | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index f79f18f..ad511aa 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 0000000..f195f07 --- /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' |