diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-24 18:19:23 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-24 18:19:23 +0000 |
commit | b2053786ce53da051a1e5756f7cbe55aa50180dc (patch) | |
tree | d22ee47f309af4f98bfeb96fd87674677e46b434 /net-im/pidgin-skype/Makefile | |
parent | 266f7e411b0de527c9763fb14af2aa0e226051cc (diff) | |
download | ports-b2053786ce53da051a1e5756f7cbe55aa50180dc.tar.gz ports-b2053786ce53da051a1e5756f7cbe55aa50180dc.zip |
Notes
Diffstat (limited to 'net-im/pidgin-skype/Makefile')
-rw-r--r-- | net-im/pidgin-skype/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/pidgin-skype/Makefile b/net-im/pidgin-skype/Makefile index acc5d471d1bb..0d65c0da5b36 100644 --- a/net-im/pidgin-skype/Makefile +++ b/net-im/pidgin-skype/Makefile @@ -33,14 +33,14 @@ ${DISTFILES}: upload-tarball: build-tarball scp ${DISTFILES} freefall.freebsd.org:public_distfiles/ -mycflags= -shared -fPIC -DPIC ${PTHREAD_CFLAGS} \ +mycflags= -shared -fPIC -DPIC \ -I${LOCALBASE}/include \ -I${LOCALBASE}/include/libpurple \ -I${LOCALBASE}/include/pidgin \ -I${LOCALBASE}/include/glib-2.0 \ -I${LOCALBASE}/lib/glib-2.0/include \ -DPURPLE_PLUGINS -mylibs= ${PTHREAD_LIBS} +mylibs= -lpthread # DBUS: No DBUS here, does not work with Skype 2.1 beta # NLS: While the build works and enables translations, |