patch-src_ipetoipe_Makefile 407 B

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