diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-04 02:36:16 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-04 02:36:16 +0800 |
commit | 3ba478993ff5679080d9a0b630ca12cb737841d5 (patch) | |
tree | d0f014427eaf882024c41e911bb83f7112691129 /net | |
parent | 68fb14f6c4499dc848d9f1d5052a2d15a124f6af (diff) | |
download | freebsd-ports-gnome-3ba478993ff5679080d9a0b630ca12cb737841d5.tar.gz freebsd-ports-gnome-3ba478993ff5679080d9a0b630ca12cb737841d5.tar.zst freebsd-ports-gnome-3ba478993ff5679080d9a0b630ca12cb737841d5.zip |
- Also respect PTHREAD_CFLAGS
Mentioned by: kris
Diffstat (limited to 'net')
-rw-r--r-- | net/mad_fcl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mad_fcl/Makefile b/net/mad_fcl/Makefile index 3925b8768123..279934449317 100644 --- a/net/mad_fcl/Makefile +++ b/net/mad_fcl/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 USE_GMAKE= yes USE_REINPLACE= yes +CFLAGS+= ${PTHREAD_CFLAGS} + DOC_FILES= fdt-example.xml flute-sdp-example.sdp pre-patch: |