$OpenBSD: patch-src_ipetoipe_Makefile,v 1.1.1.1 2012/07/09 15:56:35 edd Exp $
--- src/ipetoipe/Makefile.orig	Sat Jul  7 15:40:24 2012
+++ src/ipetoipe/Makefile	Sat Jul  7 15:40:39 2012
@@ -16,7 +16,7 @@ sources	= ipetoipe.cpp
 
 $(TARGET): $(objects)
 	$(MAKE_BINDIR)
-	$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS)
+	$(CXX) $(LDFLAGS) ${ICONV_LIBS} -o $@ $^ $(LIBS)
 
 clean:
 	@-rm -f $(objects) $(TARGET) $(DEPEND)
