summaryrefslogtreecommitdiff
path: root/textproc/expat2/files/patch-lib::Makefile.in
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-07-06 08:10:24 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-07-06 08:10:24 +0000
commitd2b5da83a905ced793efa32e895e54ee68a183d3 (patch)
tree01ccb33860dfd14322148ee413d1e9edd98ac020 /textproc/expat2/files/patch-lib::Makefile.in
parent- update to 1.0.25 (diff)
Upgrade to 1.95.3.
PR: ports/39993 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'textproc/expat2/files/patch-lib::Makefile.in')
-rw-r--r--textproc/expat2/files/patch-lib::Makefile.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/textproc/expat2/files/patch-lib::Makefile.in b/textproc/expat2/files/patch-lib::Makefile.in
deleted file mode 100644
index d314a0d8e2f8..000000000000
--- a/textproc/expat2/files/patch-lib::Makefile.in
+++ /dev/null
@@ -1,18 +0,0 @@
-
-$FreeBSD$
-
---- lib/Makefile.in 2002/05/10 17:34:58 1.1
-+++ lib/Makefile.in 2002/05/10 17:35:11
-@@ -83,9 +83,9 @@
- LIBS = @LIBS@
- CFLAGS = @CFLAGS@
-
--LIBREVISION = @LIBREVISION@
--LIBCURRENT = @LIBCURRENT@
--LIBAGE = @LIBAGE@
-+LIBREVISION ?= @LIBREVISION@
-+LIBCURRENT ?= @LIBCURRENT@
-+LIBAGE ?= @LIBAGE@
-
- COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
- LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)