mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
1) fix plist: test builds show, that 0.6.3 configure fails to detect
gettext on 5x too :( So we need to temporarily disable translations for now... 2) reinstall didn't ever work, because of use of 'ln -s' instead of ln -sf for symlinking qalculate-gtk binary. PR: ports/71228 Submitted by: Sergey Akifyev <asa at gascom dot ru> (maintainer)
This commit is contained in:
parent
d0692333c2
commit
d9dcb982a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118814
@ -34,7 +34,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-FreeBSD4
|
||||
# XXX configure script fails to detect gettext on FreeBSD 4.x with gcc 3.3
|
||||
PLIST_SUB+= 5X="@comment "
|
||||
.else
|
||||
PLIST_SUB+= 5X=""
|
||||
PLIST_SUB+= 5X="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
11
math/qalculate/files/patch-src::Makefile.in
Normal file
11
math/qalculate/files/patch-src::Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/Makefile.in.orig Wed Sep 1 10:41:43 2004
|
||||
+++ src/Makefile.in Wed Sep 1 10:41:50 2004
|
||||
@@ -110,7 +110,7 @@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBS = @LIBS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
-LN_S = @LN_S@
|
||||
+LN_S = @LN_S@ -f
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
MAINT = @MAINT@
|
||||
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
Loading…
Reference in New Issue
Block a user