diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-28 21:19:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-28 21:19:59 +0000 |
commit | 4aa2131924b81a350ea7382460d0e1eb24307974 (patch) | |
tree | 6d125fe26683262d7835c89e0c03c3efb114180b /archivers/libcomprex/files/patch-Makefile.in | |
parent | - Update to version 1.56 (diff) |
- Update to version 0.3.3
PR: 58620
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=92481
Diffstat (limited to 'archivers/libcomprex/files/patch-Makefile.in')
-rw-r--r-- | archivers/libcomprex/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/libcomprex/files/patch-Makefile.in b/archivers/libcomprex/files/patch-Makefile.in new file mode 100644 index 000000000000..1a68fb3fb821 --- /dev/null +++ b/archivers/libcomprex/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Mar 6 13:30:58 2003 ++++ Makefile.in Tue Oct 28 13:55:01 2003 +@@ -126,7 +126,7 @@ + modlibdir = @modlibdir@ + sedpath = @sedpath@ + +-@DYNAMIC_MODS_TRUE@LIBLTDLDIR = libltdl ++@DYNAMIC_MODS_TRUE@LIBLTDLDIR = + + SUBDIRS = debian docs intl $(LIBLTDLDIR) modules libcomprex po tests + |