diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-20 15:19:19 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-20 15:19:19 +0000 |
commit | a6dc8b6d3a886c72d1b5439b341add3a8be23300 (patch) | |
tree | 6d23a0878cfae97c3e422ae1b7576ea0ab148ab1 /korean | |
parent | 55202be9a1d8ca8d724be52f5ea06e5f54012ad9 (diff) |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/gau/files/patch-ba | 10 | ||||
-rw-r--r-- | korean/gau/files/patch-bb | 11 | ||||
-rw-r--r-- | korean/gau/files/patch-bc | 9 |
3 files changed, 30 insertions, 0 deletions
diff --git a/korean/gau/files/patch-ba b/korean/gau/files/patch-ba new file mode 100644 index 000000000000..e2056039abe0 --- /dev/null +++ b/korean/gau/files/patch-ba @@ -0,0 +1,10 @@ +--- gnome-login-support.h~ Sun Feb 6 11:46:20 2000 ++++ gnome-login-support.h Sun Feb 6 11:47:09 2000 +@@ -7,6 +7,7 @@ + #elif defined(HAVE_UTIL_H) /* OpenBSD */ + # include <util.h> + #elif defined(HAVE_LIBUTIL_H) /* FreeBSD */ ++# include <sys/types.h> + # include <libutil.h> + #elif defined(HAVE_LIBUTIL) /* BSDI has libutil, but no libutil.h */ + /* Avoid pulling in all the include files for no need */ diff --git a/korean/gau/files/patch-bb b/korean/gau/files/patch-bb new file mode 100644 index 000000000000..49757d7b1644 --- /dev/null +++ b/korean/gau/files/patch-bb @@ -0,0 +1,11 @@ +--- misc/grimview/Makefile~ Fri May 1 17:30:22 1998 ++++ misc/grimview/Makefile Sun Feb 6 11:51:19 2000 +@@ -2,6 +2,6 @@ + zilla= gzillaimage.o gzillaimgsink.o gzillabytesink.o gzillagif.o gzillajpeg.o + + grimview: grimview.o $(zilla) +- gcc -o grimview grimview.o $(zilla) `gtk-config --libs` -ljpeg ++ gcc -o grimview grimview.o $(zilla) `gtk12-config --libs` -ljpeg + .c.o: +- gcc -Wall `gtk-config --cflags` -c $< ++ gcc -Wall `gtk12-config --cflags` -c $< diff --git a/korean/gau/files/patch-bc b/korean/gau/files/patch-bc new file mode 100644 index 000000000000..a57af1ae5866 --- /dev/null +++ b/korean/gau/files/patch-bc @@ -0,0 +1,9 @@ +--- rc/telnet-menu.bak Sun Feb 6 12:26:46 2000 ++++ rc/telnet-menu Sun Feb 6 12:26:56 2000 +@@ -5,5 +5,5 @@ + # À̸§\tÁÖ¼Ò\tÆ÷Æ®(0Àº Ç¥ÁØ°ª)\tscript_file + ¿©±â localhost 0 local + ÇÏÀÌÅÚ home.hitel.net 0 hitel-login.scr +-³ª¿ì´©¸® 203.238.128.51 0 now-login.scr ++³ª¿ì´©¸® nownuri.net 0 now-login.scr + õ¸®¾È chollian.dacom.co.kr 0 dacom.scr |