36a0333dbc
OK sebastia@
13 lines
415 B
Plaintext
13 lines
415 B
Plaintext
$OpenBSD: patch-src_ipeextract_Makefile,v 1.1.1.1 2012/07/09 15:56:35 edd Exp $
|
|
--- src/ipeextract/Makefile.orig Sat Jul 7 15:41:41 2012
|
|
+++ src/ipeextract/Makefile Sat Jul 7 15:41:56 2012
|
|
@@ -16,7 +16,7 @@ sources = ipeextract.cpp
|
|
|
|
$(TARGET): $(objects)
|
|
$(MAKE_BINDIR)
|
|
- $(CXX) $(LDFLAGS) -o $@ $^ $(LIBS)
|
|
+ $(CXX) $(LDFLAGS) ${ICONV_LIBS} -o $@ $^ $(LIBS)
|
|
|
|
clean:
|
|
@-rm -f $(objects) $(TARGET) $(DEPEND)
|