diff options
Diffstat (limited to 'cad/pcb/Makefile')
-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 \ |