svn commit: r371437 - head/net/nast/files
John Marino
marino at FreeBSD.org
Fri Oct 24 13:06:46 UTC 2014
Author: marino
Date: Fri Oct 24 13:06:45 2014
New Revision: 371437
URL: https://svnweb.freebsd.org/changeset/ports/371437
QAT: https://qat.redports.org/buildarchive/r371437/
Log:
net/nast: fix -lpthread on DragonFly, take 2
Modified:
head/net/nast/files/patch-configure
Modified: head/net/nast/files/patch-configure
==============================================================================
--- head/net/nast/files/patch-configure Fri Oct 24 13:01:32 2014 (r371436)
+++ head/net/nast/files/patch-configure Fri Oct 24 13:06:45 2014 (r371437)
@@ -61,7 +61,7 @@
;;
-*bsd*)
- CFLAGS="-Wall -O2 -pthread"
-+*bsd*|dragonfly*)
++*bsd*|*dragonfly*)
+ CFLAGS="${CFLAGS} -Wall -lpthread"
;;
esac
More information about the svn-ports-head
mailing list