Date: Wed, 3 Oct 2012 15:48:42 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305208 - head/multimedia/w_scan Message-ID: <201210031548.q93FmgvV052743@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Wed Oct 3 15:48:41 2012 New Revision: 305208 URL: http://svn.freebsd.org/changeset/ports/305208 Log: Add -l to PATCH_STRIP as svn strips \r from patch line endings. Modified: head/multimedia/w_scan/Makefile (contents, props changed) Modified: head/multimedia/w_scan/Makefile ============================================================================== --- head/multimedia/w_scan/Makefile Wed Oct 3 15:38:19 2012 (r305207) +++ head/multimedia/w_scan/Makefile Wed Oct 3 15:48:41 2012 (r305208) @@ -22,7 +22,7 @@ LINUX_DESC= Install Linux binary too (li USE_BZIP2= yes GNU_CONFIGURE= yes -PATCH_STRIP= -p1 +PATCH_STRIP= -lp1 USE_GETTEXT= yes CPPFLAGS+= -I"${LOCALBASE}/include" LDFLAGS+= -L"${LOCALBASE}/lib\ -liconv"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210031548.q93FmgvV052743>