diff options
author | trevor <trevor@FreeBSD.org> | 2004-03-09 08:17:05 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-03-09 08:17:05 +0800 |
commit | c58d06442f9bc05f553d94fa7ea39b36f00adb31 (patch) | |
tree | dd1f0ee4c34328f0934eafd74476a132e5a461bf /biology | |
parent | d073718699a59e31f4de113595fe98b289e1854c (diff) | |
download | freebsd-ports-gnome-c58d06442f9bc05f553d94fa7ea39b36f00adb31.tar.gz freebsd-ports-gnome-c58d06442f9bc05f553d94fa7ea39b36f00adb31.tar.zst freebsd-ports-gnome-c58d06442f9bc05f553d94fa7ea39b36f00adb31.zip |
Insert "-l" into PATCH_ARGS, to cause the "patch" command to ignore
carriage-return characters in povchem.c which otherwise cause
patch-ab to fail to apply.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/povchem/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/povchem/Makefile b/biology/povchem/Makefile index d6eb22600216..87b6329d66a7 100644 --- a/biology/povchem/Makefile +++ b/biology/povchem/Makefile @@ -25,6 +25,7 @@ DIST_SUBDIR= povchem DEFS= -DDATADIR=\"${PREFIX}/share/povchem\" \ -DSYSCONFDIR=\"${PREFIX}/etc\" +PATCH_ARGS= -l -d ${PATCH_WRKSRC} --forward --quiet -E ${PATCH_STRIP} do-extract: @${MKDIR} ${WRKSRC} |