openbsd-ports/lang/librep/patches/patch-src_Makefile_in
2010-01-09 19:38:18 +00:00

13 lines
561 B
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.5 2010/01/09 19:38:18 ajacoutot Exp $
--- src/Makefile.in.orig Fri Jan 8 19:30:43 2010
+++ src/Makefile.in Sat Jan 9 20:30:24 2010
@@ -58,7 +58,7 @@ all : librep.la $(DL_OBJS) check-dl rep rep-remote rep
librep.la : $(OBJS) $(LIBOBJS)
$(LIBTOOL) --mode=link --tag=CC $(CC) $(LDFLAGS) \
- -version-info $(libversion) -export-symbols $(srcdir)/librep.sym \
+ ${LIBrep_LTVERSION} -export-symbols $(srcdir)/librep.sym \
-o $@ $^ -rpath $(libdir) $(LIBS) $(GMP_LIBS)
rep : $(REP_OBJS) $(EXTRA_LIBOBJS) librep.la