diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-14 09:42:12 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-14 09:42:12 +0000 |
commit | 03cceed935615886af3d9551e9fb9b573ce3744a (patch) | |
tree | fefb362514ed477cab8a0c201ef842c790185635 /devel/py-ice/files/Make.rules.FreeBSD | |
parent | Deprecate ports related to no more support vmware versions (diff) |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=312209
Diffstat (limited to 'devel/py-ice/files/Make.rules.FreeBSD')
-rw-r--r-- | devel/py-ice/files/Make.rules.FreeBSD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-ice/files/Make.rules.FreeBSD b/devel/py-ice/files/Make.rules.FreeBSD index 00b9543ba1cf..03ca1908b79b 100644 --- a/devel/py-ice/files/Make.rules.FreeBSD +++ b/devel/py-ice/files/Make.rules.FreeBSD @@ -1,9 +1,9 @@ mkshlib = $(CXX) -shared $(LDFLAGS) -o $(1) -Wl,-h,$(2) $(3) $(4) -BASELIBS = -lIceUtil %%PTHREAD_LIBS%% -L$(LOCALBASE)/lib -liconv +BASELIBS = -lIceUtil -pthread -L$(LOCALBASE)/lib -liconv LIBS = -lIce $(BASELIBS) -ICEUTIL_OS_LIBS = %%PTHREAD_LIBS%% +ICEUTIL_OS_LIBS = -pthread PLATFORM_HAS_READLINE := yes |