diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-07 22:57:49 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-07 22:57:49 +0800 |
commit | 41a58f4e1885bda03c851ec5eeb46a0b2018fd34 (patch) | |
tree | e9433273f8212799f1369d579fb61a5ee351bcda /cad/irsim | |
parent | 18feecf11aa7aebf13c924e5725f6b6bc6e1ca6f (diff) | |
download | freebsd-ports-gnome-41a58f4e1885bda03c851ec5eeb46a0b2018fd34.tar.gz freebsd-ports-gnome-41a58f4e1885bda03c851ec5eeb46a0b2018fd34.tar.zst freebsd-ports-gnome-41a58f4e1885bda03c851ec5eeb46a0b2018fd34.zip |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)
Approved by: portmgr
Diffstat (limited to 'cad/irsim')
-rw-r--r-- | cad/irsim/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile index 2c8831848231..334148243f35 100644 --- a/cad/irsim/Makefile +++ b/cad/irsim/Makefile @@ -62,7 +62,6 @@ post-patch: @${REINPLACE_CMD} -e \ 's|FreeBSD-\*|*-*-freebsd*| ; \ s|wish |${WISH:T} | ; \ - s|-lpthread|${PTHREAD_LIBS}| ; \ s|"-fpic"|"-fPIC"| ; \ /-l\/usr\/X11R6\/include/d' ${CONFIGURE_WRKSRC}/configure |