diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-27 19:58:12 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-27 19:58:12 +0000 |
commit | f84ca11d4bd2f5a6b429873a2ebe36e2334c7570 (patch) | |
tree | 9225adb0bc42522d54951fc2acde625a6afead69 /audio/toolame | |
parent | bb53c8ba7a847df7757f9b0d6aa493336e1cbd11 (diff) | |
download | ports-f84ca11d4bd2f5a6b429873a2ebe36e2334c7570.tar.gz ports-f84ca11d4bd2f5a6b429873a2ebe36e2334c7570.zip |
Notes
Diffstat (limited to 'audio/toolame')
-rw-r--r-- | audio/toolame/Makefile | 8 | ||||
-rw-r--r-- | audio/toolame/distinfo | 2 | ||||
-rw-r--r-- | audio/toolame/pkg-descr | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile index 9b5b7ae3e3b1..29a6a23ec836 100644 --- a/audio/toolame/Makefile +++ b/audio/toolame/Makefile @@ -6,7 +6,7 @@ # PORTNAME= toolame -PORTVERSION= 0.2i +PORTVERSION= 0.2k CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -45,7 +45,11 @@ post-patch: ${WRKSRC}/Makefile .endif @${REINPLACE_CMD} -E -e \ - 's@\$$\((ARCH|DMALLOCLIB|DMAL|OPTIM|WARNING)\)@@g' \ + 's@\$$\((ARCH|OPTIM|WARNINGS)\)@@g' \ + ${WRKSRC}/Makefile +# we can't rely on existence of _sincos in gcc + @${REINPLACE_CMD} -E \ + -e 's|-DSINCOS||' \ ${WRKSRC}/Makefile post-configure: diff --git a/audio/toolame/distinfo b/audio/toolame/distinfo index 1778b821b48c..5e1542dc85e1 100644 --- a/audio/toolame/distinfo +++ b/audio/toolame/distinfo @@ -1 +1 @@ -MD5 (toolame-02i.tgz) = 5d9960dce79b7f80fb58a6c55c117a35 +MD5 (toolame-02k.tgz) = 9cb28bac4c74d8cd9b07bb3849d0543c diff --git a/audio/toolame/pkg-descr b/audio/toolame/pkg-descr index 690427000a22..c320fe7e51b9 100644 --- a/audio/toolame/pkg-descr +++ b/audio/toolame/pkg-descr @@ -8,4 +8,4 @@ on: (www.sulaco.org/mp3) - work by myself and other contributors -WWW: http://toolame.sourceforge.net/ +WWW: http://www.planckenergy.com/ |