diff options
Diffstat (limited to 'games/tuxkart/files/patch-configure')
-rw-r--r-- | games/tuxkart/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/tuxkart/files/patch-configure b/games/tuxkart/files/patch-configure new file mode 100644 index 000000000000..4354b46f5445 --- /dev/null +++ b/games/tuxkart/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.old Fri Jun 8 15:45:14 2001 ++++ configure Fri Jun 8 15:45:20 2001 +@@ -2237,7 +2237,7 @@ + fi + + +- x_suffix="$X_LIBS $X_PRE_LIBS -lpthread -lX11 -lXi -lXext -lXmu $X_EXTRA_LIBS -lm" ++ x_suffix="$X_LIBS $X_PRE_LIBS -pthread -lX11 -lXi -lXext -lXmu $X_EXTRA_LIBS -lm" + + + echo $ac_n "checking for glNewList in -lGL""... $ac_c" 1>&6 |