mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 02:49:14 -04:00
PR: 30375 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> MAINTAINER timeout. Assign maintainership to myself.
11 lines
528 B
Text
11 lines
528 B
Text
--- src/Makefile.in.orig Mon Jan 22 19:14:16 2001
|
|
+++ src/Makefile.in Thu Sep 6 11:21:43 2001
|
|
@@ -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@
|