diff options
author | nox <nox@FreeBSD.org> | 2012-10-03 23:48:41 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2012-10-03 23:48:41 +0800 |
commit | 6931b410710da4d55d77e05f320a396512318c75 (patch) | |
tree | 011ab7bc86cc279b5e07ea644a4ccff243b46fdd /multimedia | |
parent | 362a035a146828875f4679007ec8fdea9601123f (diff) | |
download | freebsd-ports-gnome-6931b410710da4d55d77e05f320a396512318c75.tar.gz freebsd-ports-gnome-6931b410710da4d55d77e05f320a396512318c75.tar.zst freebsd-ports-gnome-6931b410710da4d55d77e05f320a396512318c75.zip |
Add -l to PATCH_STRIP as svn strips \r from patch line endings.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/w_scan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/w_scan/Makefile b/multimedia/w_scan/Makefile index 1e53ffaf4c9a..ceaad1aa13b2 100644 --- a/multimedia/w_scan/Makefile +++ b/multimedia/w_scan/Makefile @@ -22,7 +22,7 @@ LINUX_DESC= Install Linux binary too (linux-w_scan) USE_BZIP2= yes GNU_CONFIGURE= yes -PATCH_STRIP= -p1 +PATCH_STRIP= -lp1 USE_GETTEXT= yes CPPFLAGS+= -I"${LOCALBASE}/include" LDFLAGS+= -L"${LOCALBASE}/lib\ -liconv" |