diff options
Diffstat (limited to 'comms/ghfaxviewer/Makefile')
-rw-r--r-- | comms/ghfaxviewer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/ghfaxviewer/Makefile b/comms/ghfaxviewer/Makefile index e83f74ad663a..d55acc1a63bd 100644 --- a/comms/ghfaxviewer/Makefile +++ b/comms/ghfaxviewer/Makefile @@ -22,6 +22,7 @@ LDFLAGS+= -L${LOCALBASE}/lib MAN1= halifax.1 ghfaxviewer.1 +NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |