mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Properly link libintl to libnmz.
Approved by: portmgr (self)
This commit is contained in:
parent
76f6b8d719
commit
c94c779ef7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107787
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= namazu
|
||||
PORTVERSION= 2.0.13
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= databases www textproc
|
||||
MASTER_SITES= http://www.namazu.org/stable/
|
||||
PKGNAMESUFFIX= 2
|
||||
|
11
databases/namazu2/files/patch-nmz::Makefile.in
Normal file
11
databases/namazu2/files/patch-nmz::Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- nmz/Makefile.in.orig Wed Apr 14 03:09:04 2004
|
||||
+++ nmz/Makefile.in Wed Apr 21 21:19:46 2004
|
||||
@@ -174,7 +174,7 @@
|
||||
|
||||
|
||||
libnmz_la_DEPENDENCIES = @NMZ_LIBOBJS@
|
||||
-libnmz_la_LIBADD = @NMZ_LIBOBJS@
|
||||
+libnmz_la_LIBADD = @NMZ_LIBOBJS@ @LTLIBINTL@
|
||||
libnmz_la_LDFLAGS = -version-info $(LTVERSION)
|
||||
subdir = nmz
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
Loading…
Reference in New Issue
Block a user