1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/chinese/libtabe/files/patch-aa
Clive Lin 0b11fae5a7 Upgrade to latest xcin25/libtabe suite.
Hand MAINTAINER to submitter.

PR: ports/37039 ports/37040
Submitted by: Kuang-che Wu <kcwu@ck.tp.edu.tw>
2002-04-17 11:51:53 +00:00

13 lines
392 B
Plaintext

--- src/Makefile.in.orig Wed Dec 5 13:56:10 2001
+++ src/Makefile.in Wed Dec 5 13:56:23 2001
@@ -55,8 +55,7 @@
$(LIBNAME): $(LIBOBJS)
$(LIBTOOL) --mode=link $(CC) -o $@ $(LIBOBJS) -rpath $(libdir) \
- -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER) \
- -release $(RELEASE_VER)
+ -version-info $(CURRENT_VER):$(REVISION_VER):$(AGE_VER)
bims:
(cd supports/bims; $(MAKE))