1
0
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:
Akinori MUSHA 2004-04-22 02:26:18 +00:00
parent 76f6b8d719
commit c94c779ef7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107787
2 changed files with 12 additions and 0 deletions

View File

@ -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

View 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