diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-02-27 16:14:30 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-02-27 16:14:30 +0000 |
commit | 89a4958d3ca9c163bc5e83fd16e17c967879e293 (patch) | |
tree | 8f2e15d16a6fe31788da81916e42a975864f33ac /audio/id3lib/files/patch-src-Makefile.in | |
parent | - Update to 2.4.12 (diff) |
- Patch configure so it prefers libc iconv over libiconv.
- Replace USE_AUTOTOOLS=libtool with USES=libtool. This allows removing
some libtool related patches.
PR: ports/186692
Approved by: maintainer timeout (2 weeks)
Notes
Notes:
svn path=/head/; revision=346378
Diffstat (limited to 'audio/id3lib/files/patch-src-Makefile.in')
-rw-r--r-- | audio/id3lib/files/patch-src-Makefile.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/audio/id3lib/files/patch-src-Makefile.in b/audio/id3lib/files/patch-src-Makefile.in deleted file mode 100644 index 62e12dfd08c2..000000000000 --- a/audio/id3lib/files/patch-src-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- src/Makefile.in.orig 2007-10-31 00:26:59.000000000 +0100 -+++ src/Makefile.in 2007-10-31 00:27:25.000000000 +0100 -@@ -236,11 +236,11 @@ - @AMDEP_TRUE@ ./$(DEPDIR)/writers.Plo - CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) --LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \ -+LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \ - $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ - $(AM_CXXFLAGS) $(CXXFLAGS) - CXXLD = $(CXX) --CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ -+CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \ - $(AM_LDFLAGS) $(LDFLAGS) -o $@ - CXXFLAGS = @CXXFLAGS@ - DIST_SOURCES = $(libid3_la_SOURCES) |