pkgsrc/textproc/CRF++/patches/patch-configure
obache c0e1bd164b Import CRF++-0.58 as textproc/CRF++.
CRF++ is a simple, customizable, and open source implementation of Conditional
Random Fields (CRFs) for segmenting/labeling sequential data. CRF++ is designed
for generic purpose and will be applied to a variety of NLP tasks, such as Named
Entity Recognition, Information Extraction and Text Chunking.
2013-05-22 13:07:47 +00:00

17 lines
329 B
Text

$NetBSD: patch-configure,v 1.1 2013/05/22 13:07:47 obache Exp $
* prevent to overwritten CFLAGS and CXXFLAGS
--- configure.orig 2013-02-08 14:35:50.000000000 +0000
+++ configure
@@ -15908,10 +15908,6 @@ $as_echo "no" >&6; }
fi
fi
-if test -n "$GCC"; then
- CFLAGS="-O3 -Wall";
- CXXFLAGS="-O3 -Wall";
-fi