diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-07-13 18:26:54 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-07-13 18:26:54 +0000 |
commit | 108288bc446960b4327d813444aedf62d197865e (patch) | |
tree | b0cd82e4fc31c6a8ac4632e9a396c8f2a40b7736 | |
parent | - Unbreak build by renaming memchr() to memchr9() (diff) |
Fix the build with libtool 2.2.
Notes
Notes:
svn path=/head/; revision=237709
-rw-r--r-- | audio/yammi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/yammi/Makefile b/audio/yammi/Makefile index 95e6f67e5490..d45e2e5f8b39 100644 --- a/audio/yammi/Makefile +++ b/audio/yammi/Makefile @@ -22,7 +22,7 @@ OPTIONS= XMMS "XMMS backend support" off USE_KDELIBS_VER= 3 USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:15:env +USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:15 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gstreamer |