diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-29 16:35:19 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-29 16:35:19 +0000 |
| commit | 4ca0e60800b90ba4a6de31beabeee8ccce611649 (patch) | |
| tree | 8324ab31f68eba587c532d238cd3f502d0a56322 /mail/vbsfilter | |
| parent | 7530f93a62fb8bcd686d08f2bfa5dc0f623f3c73 (diff) | |
-pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
Diffstat (limited to 'mail/vbsfilter')
| -rw-r--r-- | mail/vbsfilter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/vbsfilter/Makefile b/mail/vbsfilter/Makefile index a589877153fd..9fa3dd9e96d3 100644 --- a/mail/vbsfilter/Makefile +++ b/mail/vbsfilter/Makefile @@ -20,8 +20,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/sendmail NO_PACKAGE= "only with sendmail from the ports" CTARGETS+= vbsfilter-1.3 -CFLAGS+= -Wall -I$(LOCALBASE)/include -D_THREAD_SAFE -FLAGS+= -pthread +CFLAGS+= -Wall -I$(LOCALBASE)/include ${PTHREAD_CFLAGS} +FLAGS+= ${PTHREAD_LIBS} LDFLAGS+= -L$(LOCALBASE)/lib LIBS+= -lmilter -lsmutil .if defined(SENDMAIL_WITH_SFIO) |
