freebsd-ports/sysutils/parafly/files/patch-configure
Steve Wills f85e37560b sysutils/parafly: create port
Given a file containing a list of Unix commands, multithreading is used to
process the commands in parallel on a single server. Success/failure is
captured, and failed commands are retained and reported.

WWW: http://sourceforge.net/projects/parafly/

PR:		207960
Submitted by:	Jason Bacon <bacon4000@gmail.com>
2016-03-18 14:14:41 +00:00

11 lines
279 B
Text

--- configure.orig 2013-01-22 01:21:10 UTC
+++ configure
@@ -3016,7 +3016,7 @@ fi
#AC_OPENMP # requires autoconf >= 2.62
-AM_CXXFLAGS=-m64
+#AM_CXXFLAGS=-m64
case $CXX in
g++*) AM_CXXFLAGS="-pedantic -fopenmp -Wall -Wextra -Wno-long-long -Wno-deprecated $AM_CXXFLAGS"