diff options
author | pawel <pawel@FreeBSD.org> | 2013-02-08 01:06:44 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-02-08 01:06:44 +0800 |
commit | 66c5ab8b95acfae3d68e5e938ffaa43fcc73ea94 (patch) | |
tree | ac0c5e20bfde8b2d6f9250961d390ca6728ec25a /multimedia | |
parent | b5e7b8bbfe6e15ab740ec3ecc974c9bf0c042ecc (diff) | |
download | freebsd-ports-gnome-66c5ab8b95acfae3d68e5e938ffaa43fcc73ea94.tar.gz freebsd-ports-gnome-66c5ab8b95acfae3d68e5e938ffaa43fcc73ea94.tar.zst freebsd-ports-gnome-66c5ab8b95acfae3d68e5e938ffaa43fcc73ea94.zip |
Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my ports
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/lives/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 794da207e401..27005d23fb32 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -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 \ |