diff options
Diffstat (limited to 'japanese/eterm/files/patch-ar')
-rw-r--r-- | japanese/eterm/files/patch-ar | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/eterm/files/patch-ar b/japanese/eterm/files/patch-ar new file mode 100644 index 00000000000..afc87c8799d --- /dev/null +++ b/japanese/eterm/files/patch-ar @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sun Jan 23 23:14:37 2000 ++++ src/Makefile.in Sun Jan 23 23:14:55 2000 +@@ -106,7 +106,7 @@ + libEterm_la_SOURCES = activeconfig.c activeeterm.c activetags.c command.c graphics.c grkelot.c menubar.c misc.c netdisp.c options.c pixmap.c screen.c scrollbar.c system.c threads.c utmp.c + + libEterm_la_DEPENDENCIES = $(DIST_ROOT)/libmej/libmej.la feature.h +-libEterm_la_LDFLAGS = -release $(VERSION) ++libEterm_la_LDFLAGS = -version-info 8:8:8 + + bin_PROGRAMS = Eterm + Eterm_SOURCES = main.c |