diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-06 18:54:26 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-06 18:54:26 +0000 |
commit | fdd19345d62d4dd02c2595d7144298ed87ec465e (patch) | |
tree | a9dee9c8dc1814057c2664b7a797ca37c38a999a /palm/pose/files | |
parent | Update to JadeTeX 2.18. (diff) |
Add pose: Palm OS(R) Emulator.
Diffstat (limited to 'palm/pose/files')
-rw-r--r-- | palm/pose/files/patch-aa | 47 | ||||
-rw-r--r-- | palm/pose/files/patch-ab | 13 |
2 files changed, 60 insertions, 0 deletions
diff --git a/palm/pose/files/patch-aa b/palm/pose/files/patch-aa new file mode 100644 index 000000000000..5e128b0bc5b7 --- /dev/null +++ b/palm/pose/files/patch-aa @@ -0,0 +1,47 @@ +--- configure.orig Wed Apr 19 20:27:38 2000 ++++ configure Sat May 6 16:53:56 2000 +@@ -1099,6 +1099,7 @@ + + echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 + if test "$ac_test_CFLAGS" = set; then ++echo "HALLO, HALLO!!!!" + CFLAGS="$ac_save_CFLAGS" + elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then +@@ -3064,7 +3065,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lfltk -L$x_libraries -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS" ++LIBS="-lfltk -lGL -L$x_libraries -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS" + cat > conftest.$ac_ext <<EOF + #line 3070 "configure" + #include "confdefs.h" +@@ -3098,7 +3099,7 @@ + #define $ac_tr_lib 1 + EOF + +- LIBS="-lfltk $LIBS" ++ LIBS="-lfltk -lGL $LIBS" + + else + echo "$ac_t""no" 1>&6 +@@ -3131,7 +3132,6 @@ + + + +-FLAGS_OPTIMIZE="-O2" + + + +@@ -3150,8 +3150,8 @@ + + + FLAGS="$FLAGS_COMMON $FLAGS_OPTIMIZE $FLAGS_PROFILE $FLAGS_PALM_PROFILE $FLAGS_DEBUG" +-POSER_CFLAGS="$POSER_CFLAGS $FLAGS $_WARNINGS_CFLAGS" +-POSER_CXXFLAGS="$POSER_CXXFLAGS $FLAGS $_WARNINGS_CXXFLAGS" ++POSER_CFLAGS="$POSER_CFLAGS $CFLAGS $FLAGS $_WARNINGS_CFLAGS" ++POSER_CXXFLAGS="$POSER_CXXFLAGS $CFLAGS $FLAGS $_WARNINGS_CXXFLAGS" + + + diff --git a/palm/pose/files/patch-ab b/palm/pose/files/patch-ab new file mode 100644 index 000000000000..e3c007b256a3 --- /dev/null +++ b/palm/pose/files/patch-ab @@ -0,0 +1,13 @@ +--- ../SrcShared/EmulatorTypes.h.orig Wed Apr 19 20:27:35 2000 ++++ ../SrcShared/EmulatorTypes.h Sat May 6 13:22:40 2000 +@@ -442,10 +442,6 @@ + #if PLATFORM_UNIX || PLATFORM_MAC + #include <sys/types.h> + #include <sys/socket.h> // socklen_t +- +- #if (defined(__svr4__) && defined(sun)) || defined (__FreeBSD__) +- typedef int socklen_t; // not defined in <sys/socket.h> on solaris or FreeBSD +- #endif + #else + typedef int socklen_t; + #endif |