diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-03-23 08:17:26 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-03-23 08:17:26 +0000 |
commit | 4184495efa15c76ab0bd7910eeffb4c23f8a9568 (patch) | |
tree | e8b9738853cd536e86dde8de115174bdf490c679 /converters/recode/files/patch-src-Makefile.in | |
parent | Bump PORTREVISION for a typo fix. (diff) |
Fix unresolved symbols in the recode port. Without this
fix the libs cannot be used with php.
Notes
Notes:
svn path=/head/; revision=77231
Diffstat (limited to '')
-rw-r--r-- | converters/recode/files/patch-src-Makefile.in (renamed from converters/recode/files/patch-aa) | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/converters/recode/files/patch-aa b/converters/recode/files/patch-src-Makefile.in index f8e7784ba6a7..e168d585198b 100644 --- a/converters/recode/files/patch-aa +++ b/converters/recode/files/patch-src-Makefile.in @@ -1,5 +1,5 @@ --- src/Makefile.in.orig Mon Jan 22 19:14:16 2001 -+++ src/Makefile.in Thu Sep 6 11:21:43 2001 ++++ src/Makefile.in Mon Mar 10 10:17:54 2003 @@ -131,7 +131,7 @@ librecode_la_SOURCES = argmatch.c charname.c combine.c fr-charname.c hash.c iconv.c libiconv.c localcharset.c merged.c names.c outer.c quotearg.c recode.c request.c strip-pool.c task.c xmalloc.c $(C_STEPS) @@ -9,3 +9,12 @@ INCLUDES = -I.. -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/libiconv DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@ +@@ -153,7 +153,7 @@ + + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ ../lib/libreco.a + ANSI2KNR = @ANSI2KNR@ + librecode_la_LIBADD = + librecode_la_OBJECTS = argmatch$U.lo charname$U.lo combine$U.lo \ |