diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-14 17:42:12 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-14 17:42:12 +0800 |
commit | 1dd5197b6724214c4d5582998a39e18e6d2e1cc6 (patch) | |
tree | fefb362514ed477cab8a0c201ef842c790185635 /devel/libvirt | |
parent | 34203bf55d9ef549ff2497b652af3eaa18292110 (diff) | |
download | freebsd-ports-gnome-1dd5197b6724214c4d5582998a39e18e6d2e1cc6.tar.gz freebsd-ports-gnome-1dd5197b6724214c4d5582998a39e18e6d2e1cc6.tar.zst freebsd-ports-gnome-1dd5197b6724214c4d5582998a39e18e6d2e1cc6.zip |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
Diffstat (limited to 'devel/libvirt')
-rw-r--r-- | devel/libvirt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 5d7e6c7fe926..b66a85c45347 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -38,7 +38,7 @@ CONFIGURE_ARGS= --without-sasl \ PORTSCOUT= limit:\d+\.\d+\.\d+$$ LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" USE_GMAKE= yes USE_GNOME= gnomehack |