This is the mail archive of the cygwin mailing list for the Cygwin project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Hi Yaakow When using cygport pstoedit.cygport compile I get the following error xargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option cygport file and patch attached. Could you take a look ? Ciao Volker
Attachment:
pstoedit.cygport
Description: Text document
--- origsrc/pstoedit-3.70/config/pstoedit.pc.in 2013-06-23 22:55:36.000000000 +0200 +++ src/pstoedit-3.70/config/pstoedit.pc.in 2016-06-28 20:58:51.737468100 +0200 @@ -7,5 +7,5 @@ Name: pstoedit Description: converts PostScript(TM) and PDF files to other vector graphic formats Version: @VERSION@.0 Requires: -Libs: -L@libdir@ -lpstoedit @LIBPNG_LDFLAGS@ @CXX_STD_LIB@ @CXX_RUNTIME_LIB@ @LIBLD_LDFLAGS@ +Libs: -L@libdir@ -lpstoedit @CXX_STD_LIB@ @CXX_RUNTIME_LIB@ @LIBLD_LDFLAGS@ Cflags: -I@includedir@
-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |