mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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)
This commit is contained in:
parent
666a4ba664
commit
934f68f9c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88955
@ -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
|
||||
|
10
math/gcalctool/files/patch-configure
Normal file
10
math/gcalctool/files/patch-configure
Normal file
@ -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'
|
Loading…
Reference in New Issue
Block a user