Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Dec 2003 16:50:49 +0300
From:      "Yuriy N. Shkandybin" <jura@netams.com>
To:        <krion@freebsd.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/60543: unbreak ports/net/netams and upgrade to netams-3.1.(1770)
Message-ID:  <08e301c3cbb7$48239110$0601010a@Jura>

next in thread | raw e-mail | index | archive | help
I've remove -pthread and likn againc -lc_r
best way to do this now correct files/patch-Makefile
here patch:
--- files/patch-Makefile        24 Dec 2003 12:34:26 -0000      1.4
+++ files/patch-Makefile        25 Dec 2003 11:00:11 -0000
@@ -7,7 +7,7 @@
 -DEFINE =3D -DFREEBSD -D_THREAD_SAFE
 -LIB =3D -pthread -lpcap -lcrypt
 +DEFINE +=3D -DFREEBSD -D_THREAD_SAFE
-+LIB +=3D -pthread -lpcap -lcrypt
++LIB +=3D -lc_r -lpcap -lcrypt
  #
  # DB1 support
  # DEFINE+=3D -DUSE_HASH
@@ -41,7 +41,8 @@
 @@ -77,7 +77,7 @@

  CC    =3D g++
- FLAGS +=3D -pthread
+-FLAGS +=3D -pthread
++
 -INCLUDE=3D/usr/local/include
 +INCLUDE =3D ${LOCALBASE}/include
  OBJ   =3D $(SRC:.c=3D.o)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?08e301c3cbb7$48239110$0601010a>