- Update to version 1.9.10

PR:		59136
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2003-11-10 20:25:41 +00:00
parent e91325e09f
commit a28f767515
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93700
3 changed files with 13 additions and 3 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= dictfmt
PORTVERSION= 1.9.9
PORTREVISION= 1
PORTVERSION= 1.9.10
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dict

View file

@ -1 +1 @@
MD5 (dictd-1.9.9.tar.gz) = d4ce1c63a619a575e7a6e51d657c2dcf
MD5 (dictd-1.9.10.tar.gz) = b758357235b1205e34ef74b809bd25b3

View file

@ -0,0 +1,11 @@
--- Makefile.in.orig Tue Jul 22 21:52:27 2003
+++ Makefile.in Mon Nov 10 22:41:11 2003
@@ -74,7 +74,7 @@
LDFLAGS= @LDFLAGS@
XTRACFLAGS= @WCFLAGS@ @XTRACFLAGS@ @DEFS@ @CPPFLAGS@ -I.
XTRALDFLAGS= @WLDFLAGS@ @XTRALDFLAGS@
-LDLIBS= @LIBOBJS@ @LIBS@
+LDLIBS= @LIBS@
DICTFMT_LDFLAGS= @DICTFMT_LDFLAGS@
DICTZIP_LDFLAGS= @DICTZIP_LDFLAGS@