$OpenBSD: patch-src_ipetoipe_Makefile,v 1.3 2020/01/25 12:01:09 sthen Exp $

Index: src/ipetoipe/Makefile
--- src/ipetoipe/Makefile.orig
+++ src/ipetoipe/Makefile
@@ -16,7 +16,7 @@ sources	= ipetoipe.cpp
 
 $(TARGET): $(objects)
 	$(MAKE_BINDIR)
-	$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS)
+	$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS) ${ICONV_LIBS}
 
 clean:
 	@-rm -f $(objects) $(TARGET) $(DEPEND)
