diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-22 14:37:30 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-22 14:37:30 +0000 |
commit | 0de91edcb848e4196d7d03f4f0687da3f7d0ce03 (patch) | |
tree | ced43bfb778a5f6623fe615e38694407a6412082 /graphics/enfle/files | |
parent | Update port to 2.3g (diff) |
Update to enfle-20000220
PR: 16886
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=26148
Diffstat (limited to 'graphics/enfle/files')
-rw-r--r-- | graphics/enfle/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/enfle/files/patch-aa b/graphics/enfle/files/patch-aa index 53b2b4aa2ac8..fe40651fe3af 100644 --- a/graphics/enfle/files/patch-aa +++ b/graphics/enfle/files/patch-aa @@ -64,3 +64,14 @@ libdir = @Plugins_archiver_dir@ LIBS = +--- plugins/archiver/libarc/Makefile.in.orig Tue Jan 25 10:05:17 2000 ++++ plugins/archiver/libarc/Makefile.in Wed Jan 26 11:15:57 2000 +@@ -90,7 +90,7 @@ + saver_dirs = @saver_dirs@ + + lib_LTLIBRARIES = libarc.la +-libarc_la_LDFLAGS = -module ++libarc_la_LDFLAGS = -module -version-info 1:0:0 + libdir = @Plugins_archiver_dir@ + LIBS = -larc + |