Skip to content

Commit

Permalink
- Fix libintl/libiconv linking
Browse files Browse the repository at this point in the history
- Bump PKGNAME
  • Loading branch information
Aleksander Piotrowski committed Nov 19, 2005
1 parent e193025 commit 6cd317f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions net/tcpreen/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.10 2005/02/07 19:01:49 pvalchev Exp $
# $OpenBSD: Makefile,v 1.11 2005/11/19 01:20:09 alek Exp $

COMMENT= "simple tcp re-engineering tool"

VERSION= 1.2.4
DISTNAME= tcpreen-${VERSION}
DISTNAME= tcpreen-1.2.4
PKGNAME= ${DISTNAME}p0
CATEGORIES= net

HOMEPAGE= http://www.simphalempin.com/dev/tcpreen/
Expand Down
12 changes: 12 additions & 0 deletions net/tcpreen/patches/patch-configure
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
$OpenBSD: patch-configure,v 1.1 2005/11/19 01:20:09 alek Exp $
--- configure.orig Sat Nov 19 02:13:58 2005
+++ configure Sat Nov 19 02:14:26 2005
@@ -8076,7 +8076,7 @@ s,@USE_NLS@,$USE_NLS,;t t
s,@LIBICONV@,$LIBICONV,;t t
s,@LTLIBICONV@,$LTLIBICONV,;t t
s,@INTLLIBS@,$INTLLIBS,;t t
-s,@LIBINTL@,$LIBINTL,;t t
+s,@LIBINTL@,$LTLIBINTL,;t t
s,@LTLIBINTL@,$LTLIBINTL,;t t
s,@POSUB@,$POSUB,;t t
s,@EGREP@,$EGREP,;t t

0 comments on commit 6cd317f

Please sign in to comment.