$OpenBSD: patch-src_ipe6upgrade_Makefile,v 1.2 2019/04/30 06:44:29 bentley Exp $
--- src/ipe6upgrade/Makefile.orig	Sat Jul  7 15:41:07 2012
+++ src/ipe6upgrade/Makefile	Sat Jul  7 15:41:20 2012
@@ -17,7 +17,7 @@ sources	= ipe6upgrade.cpp
 
 $(TARGET): $(objects)
 	$(MAKE_BINDIR)
-	$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS)
+	$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS) ${ICONV_LIBS}
 
 clean:
 	@-rm -f $(objects) $(TARGET) $(DEPEND)
