aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3gain/files
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-04-14 16:03:55 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-04-14 16:03:55 +0000
commitd7f75b0e6e4f22f2f6237c273078ed6f6ec47539 (patch)
treede6533bf54b675f97f2637d98abc08070b067962 /audio/mp3gain/files
parent4035ed58fc747d0f4f70884aa02974161334c061 (diff)
downloadports-d7f75b0e6e4f22f2f6237c273078ed6f6ec47539.tar.gz
ports-d7f75b0e6e4f22f2f6237c273078ed6f6ec47539.zip
Notes
Diffstat (limited to 'audio/mp3gain/files')
-rw-r--r--audio/mp3gain/files/Makefile.main2
-rw-r--r--audio/mp3gain/files/patch-mp3gain.c10
2 files changed, 1 insertions, 11 deletions
diff --git a/audio/mp3gain/files/Makefile.main b/audio/mp3gain/files/Makefile.main
index 1d575872a223..62b150adf228 100644
--- a/audio/mp3gain/files/Makefile.main
+++ b/audio/mp3gain/files/Makefile.main
@@ -1,4 +1,4 @@
-SRCS= gain_analysis.c mp3gain.c rg_error.c
+SRCS= gain_analysis.c mp3gain.c rg_error.c apetag.c
PROG= mp3gain
LDADD= -LmpglibDBL -lm -lmpglibDBL
diff --git a/audio/mp3gain/files/patch-mp3gain.c b/audio/mp3gain/files/patch-mp3gain.c
deleted file mode 100644
index bc96e2b25a55..000000000000
--- a/audio/mp3gain/files/patch-mp3gain.c
+++ /dev/null
@@ -1,10 +0,0 @@
--- mp3gain.c.orig Sun Jan 19 07:16:02 2003
-+++ mp3gain.c Sun Jan 19 07:16:37 2003
-@@ -50,6 +50,7 @@
-
- #ifndef WIN32
- #undef asWIN32DLL
-+#include <sys/types.h>
- #include <utime.h>
- #endif /* WIN32 */
-