mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my ports
This commit is contained in:
parent
b82adfbfe6
commit
38cc7fc805
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311874
8 changed files with 13 additions and 15 deletions
|
@ -8,7 +8,7 @@ MASTER_SITES= SF
|
|||
EXTRACT_SUFX= .src.tgz
|
||||
|
||||
MAINTAINER= pawel@FreeBSD.org
|
||||
COMMENT= GUI front end for the efax fax program
|
||||
COMMENT= GUI frontend for efax program
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
|
@ -41,8 +41,8 @@ CONFLICTS= efax-[0-9]*
|
|||
|
||||
MAN1= efax.1 efix.1 efax-gtk.1
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lintl
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -pthread -lintl
|
||||
|
||||
CONFIGURE_ARGS+=--with-gtk-version=gtk2
|
||||
|
||||
|
|
|
@ -19,8 +19,7 @@ GNU_CONFIGURE= yes
|
|||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
CONFIGURE_ENV+= PTHREAD_LIBS="-pthread"
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
|
@ -29,8 +29,8 @@ USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \
|
|||
USE_GNOME= desktopfileutils gnomehier gtk20
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -pthread
|
||||
|
||||
OPTIONS_DEFINE= OFX
|
||||
OFX_DESC= Enable libOFX support
|
||||
|
|
|
@ -48,12 +48,11 @@ MAKE_JOBS_SAFE= yes
|
|||
|
||||
MAN1= claws-mail.1
|
||||
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} --disable-dbus
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -pthread"
|
||||
|
||||
OPTIONS_DEFINE= BOGOFILTER COMPFACE DEBUG DILLO ENCHANT GPGME IPV6 JPILOT LDAP \
|
||||
MANUAL SPAMASSASSIN STARTUP THEMES
|
||||
|
|
|
@ -23,8 +23,8 @@ USE_ICONV= yes
|
|||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -pthread
|
||||
|
||||
OPTIONS_DEFINE= IPV6
|
||||
OPTIONS_SINGLE= CRYPTO
|
||||
|
|
|
@ -81,8 +81,8 @@ MAKE_JOBS_SAFE= yes
|
|||
|
||||
CONFIGURE_ARGS= --disable-ldvgrab
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -fPIC
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -fPIC
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -pthread
|
||||
|
||||
DOC_FILES= AUTHORS BUGS ChangeLog FEATURES GETTING.STARTED README \
|
||||
OMC/lives-OMC.txt \
|
||||
|
|
|
@ -25,7 +25,7 @@ CONFIGURE_ARGS= --without-libungif \
|
|||
--disable-ui-gtk
|
||||
|
||||
CFLAGS+= -I/usr/include -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L/usr/lib -lncurses -L${LOCALBASE}/lib -lexecinfo ${PTHREAD_LIBS}
|
||||
LDFLAGS+= -L/usr/lib -lncurses -L${LOCALBASE}/lib -lexecinfo -pthread
|
||||
|
||||
MAN1= ekg.1
|
||||
MANLANG= "" pl
|
||||
|
|
|
@ -37,7 +37,7 @@ CONFIGURE_ARGS+= --enable-shared \
|
|||
--without-libjpeg \
|
||||
--without-libidn
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl ${PTHREAD_LIBS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl -pthread
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
OPTIONS_DEFINE= ASPELL GPG GSM GTK2 PERL PYTHON SQLITE UNICODE XOSD
|
||||
|
|
Loading…
Add table
Reference in a new issue