diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 22:14:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 22:14:07 +0000 |
commit | f9d86cf02fe33bf6a8478d6bdcb7706d5cb877db (patch) | |
tree | 5d781dec4969d87592bb624042524bed70a0ed2d /japanese/jed/files/patch-configure | |
parent | - Update to 2.0.28 (diff) |
Rename the rather surprising number of japanese/ patch-xy patches
to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363264
Diffstat (limited to 'japanese/jed/files/patch-configure')
-rw-r--r-- | japanese/jed/files/patch-configure | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/japanese/jed/files/patch-configure b/japanese/jed/files/patch-configure new file mode 100644 index 000000000000..5e4a0932496f --- /dev/null +++ b/japanese/jed/files/patch-configure @@ -0,0 +1,32 @@ +--- configure.orig Tue Jul 20 20:22:45 1999 ++++ configure Sat Feb 5 23:49:47 2000 +@@ -2580,7 +2580,8 @@ + # the other directories may have a better chance of containing a more recent + # version. + +-JD_Search_Dirs="$JD_Search_Dirs \ ++JD_Search_Dirs="${prefix}/include/slang,${prefix}/lib \ ++ $JD_Search_Dirs \ + $includedir,$libdir \ + /usr/local/include,/usr/local/lib \ + /usr/include,/usr/lib \ +@@ -3176,12 +3177,17 @@ + cd \$(OBJDIR); \$(COMPILE_CMD) \$(SRCDIR)/vterm.c + " + +- ++if test "$ac_cv_xlocale" = yes; then + PROGRAM_OBJECT_RULES="$PROGRAM_OBJECT_RULES + \$(OBJDIR)/xterm.o : \$(SRCDIR)/xterm.c \$(DOT_O_DEPS) \$("xterm"_O_DEP) + cd \$(OBJDIR); \$(COMPILE_CMD) -DX_LOCALE \$(SRCDIR)/xterm.c + " +- ++else ++PROGRAM_OBJECT_RULES="$PROGRAM_OBJECT_RULES ++\$(OBJDIR)/xterm.o : \$(SRCDIR)/xterm.c \$(DOT_O_DEPS) \$("xterm"_O_DEP) ++ cd \$(OBJDIR); \$(COMPILE_CMD) \$(SRCDIR)/xterm.c ++" ++fi + + PROGRAM_OBJECT_RULES="$PROGRAM_OBJECT_RULES + \$(OBJDIR)/gpmmouse.o : \$(SRCDIR)/gpmmouse.c \$(DOT_O_DEPS) \$("gpmmouse"_O_DEP) |