mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
4184495efa
fix the libs cannot be used with php.
21 lines
756 B
Plaintext
21 lines
756 B
Plaintext
--- src/Makefile.in.orig Mon Jan 22 19:14:16 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)
|
|
|
|
-librecode_la_LDFLAGS = -version-info 0:0:0
|
|
+librecode_la_LDFLAGS = -version-info 3:6:0
|
|
|
|
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 \
|