diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-21 10:01:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-21 10:01:25 +0000 |
commit | a89a5b605854c5f5a81d2f8fafbdb4591e2697bd (patch) | |
tree | 8e1e59c05a5a7eb2ea061faea8414cd67e28ba71 /net/pppoa | |
parent | 2e75f08440b2137dc47058c54396441c1f440c40 (diff) |
- Fix build on FreeBSD 8.x
Submitted by: Wesley Shields <wxs@atarininja.org>
Notes
Notes:
svn path=/head/; revision=204247
Diffstat (limited to 'net/pppoa')
-rw-r--r-- | net/pppoa/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pppoa/files/patch-ab b/net/pppoa/files/patch-ab index 60357d00e278..e5b10bc2574e 100644 --- a/net/pppoa/files/patch-ab +++ b/net/pppoa/files/patch-ab @@ -5,7 +5,7 @@ ;; - *-freebsd5*) -+ *-freebsd[567]*) ++ *-freebsd[5678]*) st_compile="modem_run pppoa2 pppoa3" THREAD_LIBS="-pthread" if test "${ac_cv_header_semaphore_h+set}" = set; then |