Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2001 03:47:45 -0700 (PDT)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/mail/vbsfilter Makefile
Message-ID:  <200108011047.f71Alkn25961@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dinoex      2001/08/01 03:47:45 PDT

  Modified files:
    mail/vbsfilter       Makefile 
  Log:
  -  Fix build on current, as PTHREAD_CFLAGS generates an empty argument.
  
  cd /tmp/a/ports/mail/vbsfilter/work/vbsfilter-1.3 &&  cc -O -pipe  -Wall -I/usr/local/include ""  -L/usr/local/lib -o vbsfilter-1.3 vbsfilter-1.3.c -lmilter -lsmutil "-lc_r"
  cc: : No such file or directory
  *** Error code 1
  
  using: ${PTHREAD_CFLAGS:S=""==}
  
  Revision  Changes    Path
  1.5       +2 -2      ports/mail/vbsfilter/Makefile


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108011047.f71Alkn25961>