ports/devel/apr2/files/patch-build__iconv.m4
Philip M. Gollucci a6fd705b84 - Update to 2.0.0.20100527031346
- Not for general public only for early testers / developers

PR:             ports/147113
Submitted by:   pgollucci@ (myself)
With Hat:       apache@
2010-06-01 22:35:25 +00:00

11 lines
408 B
Text

--- ./build/iconv.m4.orig 2010-05-26 23:19:28.011405098 -0400
+++ ./build/iconv.m4 2010-05-26 23:19:37.002271826 -0400
@@ -44,7 +44,7 @@
if test -f "$apu_iconv_dir/include/iconv.h"; then
have_iconv="1"
APR_ADDTO(CPPFLAGS,[-I$apu_iconv_dir/include])
- APR_ADDTO(LDFLAGS,[-L$apu_iconv_dir/lib])
+ APR_ADDTO(LDFLAGS,[-L$apu_iconv_dir/lib -liconv])
fi
fi
])