Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 2003 17:14:21 -0700 (PDT)
From:      jimmie james <h2g2_jimmiejaz@yahoo.com>
To:        freebsd-ports-bugs@freebsd.org
Subject:   Gaim-0.61 Makefile typo
Message-ID:  <20030411001421.73193.qmail@web13405.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
I don't think send-pr is working for me, can't send to
the list from my box.

Line 37 says CONFIGURE_ARGS+=        --diable-audio

which will cause it to fail.

Fix edit by hand, or, 

*** /usr/ports/net/gaim/Makefile        Thu Apr 10
19:21:09 2003
--- Makefile    Thu Apr 10 19:23:14 2003
***************
*** 34,40 ****
  LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao \
               
audiofile.0:${PORTSDIR}/audio/libaudiofile
  .else
! CONFIGURE_ARGS+=      --disable-audio
  .endif

  pre-everything::
--- 34,40 ----
  LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao \
               
audiofile.0:${PORTSDIR}/audio/libaudiofile
  .else
! CONFIGURE_ARGS+=      --diable-audio
  .endif

  pre-everything::


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com



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