diff options
author | marino <marino@FreeBSD.org> | 2015-03-25 00:01:21 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-25 00:01:21 +0800 |
commit | 1b477abc2933e25096e362f8a5ccc3a4cfea9b0e (patch) | |
tree | 39257fd28dbfaa680ec8b78183dbd71aec1e6369 /cad/pcb | |
parent | 5984003b68a98d4c43b0e0b608997d4bb833a43c (diff) | |
download | freebsd-ports-gnome-1b477abc2933e25096e362f8a5ccc3a4cfea9b0e.tar.gz freebsd-ports-gnome-1b477abc2933e25096e362f8a5ccc3a4cfea9b0e.tar.zst freebsd-ports-gnome-1b477abc2933e25096e362f8a5ccc3a4cfea9b0e.zip |
6 ports categories: Remove $PTHREAD_LIBS
Categories: cad, devel, java, x11-fm, biology, deskutils
approved by: PTHREAD blanket
Diffstat (limited to 'cad/pcb')
-rw-r--r-- | cad/pcb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index a57a0fd8c57f..54728c9f8a5d 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -26,7 +26,7 @@ INSTALLS_ICONS= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL_DATA="${BSD_INSTALL_DATA}" CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib +LDFLAGS+= -lpthread -L${LOCALBASE}/lib PORTDOCS= \ pcb.html pcb.pdf refcard.pdf pad.png puller.png thermal.png \ |