diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-08 11:26:41 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-08 11:26:41 +0000 |
commit | 9d16dfa15fc1df154337e4b43dc5f0cb1c78c3de (patch) | |
tree | 5f9af789fe40616774e29053432aac9cbea689b7 | |
parent | Fix build problem on XFree86 4.X. (diff) |
-lgiconv --> -liconv.
Notes
Notes:
svn path=/head/; revision=57431
-rw-r--r-- | databases/sqsh/files/patch-ab | 2 | ||||
-rw-r--r-- | net/gabber/files/patch-am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/sqsh/files/patch-ab b/databases/sqsh/files/patch-ab index 10a5badc26e8..22a94a72dc91 100644 --- a/databases/sqsh/files/patch-ab +++ b/databases/sqsh/files/patch-ab @@ -17,7 +17,7 @@ # on all platforms. # - SYBASE_LIBS="-lblk -lcs -lct -lcomn -ltcl -lintl" -+ SYBASE_LIBS="-lct -lgiconv -lintl" ++ SYBASE_LIBS="-lct -liconv -lintl" MAJOR_VERSION=`echo $SYBASE_VERSION | cut -d '.' -f 1` diff --git a/net/gabber/files/patch-am b/net/gabber/files/patch-am index 595d3c45604f..8881a1114370 100644 --- a/net/gabber/files/patch-am +++ b/net/gabber/files/patch-am @@ -8,7 +8,7 @@ $FreeBSD$ ../jabberoo/src/libjabberoo.a \ ../jabberoo/expat/libexpat.a \ - -lxml -+ -lxml -lgiconv ++ -lxml -liconv gabber_LDFLAGS = @GABBER_STATIC@ |