openbsd-ports/inputmethods/scim/patches/patch-src_Makefile_in
steven 64639b92b4 don't link with libiconv.a and -liconv at the same time
fixes build with in-tree libtool
2010-06-23 15:48:28 +00:00

13 lines
412 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.1 2010/06/23 15:48:28 steven Exp $
--- src/Makefile.in.orig Wed Jun 23 17:02:27 2010
+++ src/Makefile.in Wed Jun 23 17:02:47 2010
@@ -479,7 +479,7 @@ libscim@SCIM_EPOCH@_la_LDFLAGS = -version-info $(SCIM_
-rpath $(libdir) \
$(LD_VERSION_SCRIPT_OPTION) \
@LIBTOOL_EXPORT_OPTIONS@ \
- @LIBICONV@ \
+ @LTLIBICONV@ \
@LTLIBINTL@ \
-lstdc++