diff options
author | cjh <cjh@FreeBSD.org> | 2001-05-11 12:09:52 +0000 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2001-05-11 12:09:52 +0000 |
commit | c2286f1191f9e9a535d97719002ffd23ae9147b9 (patch) | |
tree | f3a721fea28a2142cca107659db1ec81c904ae95 /korean/hanterm-xf86/files | |
parent | b88d182519a56c6a764a734b591377bf013e980e (diff) | |
download | FreeBSD-ports-c2286f1191f9e9a535d97719002ffd23ae9147b9.zip FreeBSD-ports-c2286f1191f9e9a535d97719002ffd23ae9147b9.tar.gz |
Update to xf-19. UTF-8 supported added.
Diffstat (limited to 'korean/hanterm-xf86/files')
-rw-r--r-- | korean/hanterm-xf86/files/patch-aa | 42 | ||||
-rw-r--r-- | korean/hanterm-xf86/files/patch-ab | 11 |
2 files changed, 0 insertions, 53 deletions
diff --git a/korean/hanterm-xf86/files/patch-aa b/korean/hanterm-xf86/files/patch-aa deleted file mode 100644 index 3c02bb2..0000000 --- a/korean/hanterm-xf86/files/patch-aa +++ /dev/null @@ -1,42 +0,0 @@ -*** configure.orig Sat Aug 1 10:14:54 1998 ---- configure Sat Jan 2 00:45:20 1999 -*************** -*** 2289,2295 **** - - # It would also be nice to do this for all -L options, not just this one. - if test -n "$x_libraries"; then -! X_LIBS="$X_LIBS -L$x_libraries" - # For Solaris; some versions of Sun CC require a space after -R and - # others require no space. Words are not sufficient . . . . - case "`(uname -sr) 2>/dev/null`" in ---- 2289,2298 ---- - - # It would also be nice to do this for all -L options, not just this one. - if test -n "$x_libraries"; then -! case "${PORTOBJFORMAT}" in -! elf) X_LIBS="$X_LIBS -L$x_libraries -rpath $x_libraries -lxpg4" ;; -! *) X_LIBS="$X_LIBS -L$x_libraries -lxpg4" ;; -! esac - # For Solaris; some versions of Sun CC require a space after -R and - # others require no space. Words are not sufficient . . . . - case "`(uname -sr) 2>/dev/null`" in -*************** -*** 2824,2830 **** - - # Check for libraries that X11R6 Xt/Xaw programs need. - ac_save_LDFLAGS="$LDFLAGS" -! test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" - # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to - # check for ICE first), but we must link in the order -lSM -lICE or - # we get undefined symbols. So assume we have SM if we have ICE. ---- 2827,2836 ---- - - # Check for libraries that X11R6 Xt/Xaw programs need. - ac_save_LDFLAGS="$LDFLAGS" -! test -n "$x_libraries" && case "${PORTOBJFORMAT}" in -! elf) LDFLAGS="$LDFLAGS -L$x_libraries -rpath $x_libraries -lxpg4" ;; -! *) LDFLAGS="$LDFLAGS -L$x_libraries -lxpg4" ;; -! esac - # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to - # check for ICE first), but we must link in the order -lSM -lICE or - # we get undefined symbols. So assume we have SM if we have ICE. diff --git a/korean/hanterm-xf86/files/patch-ab b/korean/hanterm-xf86/files/patch-ab deleted file mode 100644 index 76765a0..0000000 --- a/korean/hanterm-xf86/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- main.c~ Thu Mar 2 17:08:33 2000 -+++ main.c Sun Aug 27 00:10:09 2000 -@@ -2001,7 +2001,7 @@ - int *pty; - { - static int devindex, letter = 0; -- printf("%s\n",__FUNCTION__); -+ /*printf("%s\n",__FUNCTION__);*/ - - #if defined(CRAY) - for (; devindex < MAXPTTYS; devindex++) { |