openbsd-ports/x11/mlterm/patches/patch-mkf_lib_Makefile_in

15 lines
491 B
Plaintext
Raw Normal View History

2012-12-14 13:33:03 -05:00
$OpenBSD: patch-mkf_lib_Makefile_in,v 1.2 2012/12/14 18:33:03 naddy Exp $
--- mkf/lib/Makefile.in.orig Mon Feb 16 16:02:00 2004
+++ mkf/lib/Makefile.in Fri Dec 14 19:31:46 2012
@@ -52,8 +52,8 @@ INC = $(PARSER_OBJ:.o=.h) $(CONV_OBJ:.o=.h) $(MAP_OBJ:
2005-12-25 16:14:26 -05:00
LIBNAME = libmkf
LIBNAME_DEB = libmkf_deb
-MAJOR = 13
-MINOR = 0
+MAJOR = ${LIBmkf_VERSION:R}
+MINOR = ${LIBmkf_VERSION:E}
LIBTOOL_CC = $(LIBTOOL) --mode=compile $(CC) $(CFLAGS)
LIBTOOL_LINK = $(LIBTOOL) --mode=link $(CC) $(LDFLAGS)