patch-src_ipeextract_Makefile 415 B

12345678910111213
  1. $OpenBSD: patch-src_ipeextract_Makefile,v 1.1.1.1 2012/07/09 15:56:35 edd Exp $
  2. --- src/ipeextract/Makefile.orig Sat Jul 7 15:41:41 2012
  3. +++ src/ipeextract/Makefile Sat Jul 7 15:41:56 2012
  4. @@ -16,7 +16,7 @@ sources = ipeextract.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)