summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-03-10 12:05:24 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-03-10 12:05:24 +0000
commit4fa80380b04568d94194a68f4b5d879efa2d78ec (patch)
tree8cef3da4ab9a03afb87f7b3fa2a5c27315301983 /games
parentFix build on amd64. (diff)
Fix mispelings of PTHREAD_{CFLAGS,LIBS}.
Notes
Notes: svn path=/head/; revision=130793
Diffstat (limited to 'games')
-rw-r--r--games/etuxracer/Makefile2
-rw-r--r--games/tuxracer/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/games/etuxracer/Makefile b/games/etuxracer/Makefile
index 7b773f399449..33e0f7b96e09 100644
--- a/games/etuxracer/Makefile
+++ b/games/etuxracer/Makefile
@@ -25,7 +25,7 @@ USE_GMAKE= yes
USE_AUTOMAKE_VER= 14
USE_AUTOCONF_VER= 213
AUTOMAKE_ARGS= -a
-CONFIGURE_ENV= THREAD_LIB="${PTHREAD_LIB}"
+CONFIGURE_ENV= THREAD_LIB="${PTHREAD_LIBS}"
MAKE_ENV= ${CONFIGURE_ENV}
CONFIGURE_ARGS= --with-tcl-inc="${LOCALBASE}/include/tcl8.3" \
--with-tcl-libs="${LOCALBASE}/lib" \
diff --git a/games/tuxracer/Makefile b/games/tuxracer/Makefile
index 7b773f399449..33e0f7b96e09 100644
--- a/games/tuxracer/Makefile
+++ b/games/tuxracer/Makefile
@@ -25,7 +25,7 @@ USE_GMAKE= yes
USE_AUTOMAKE_VER= 14
USE_AUTOCONF_VER= 213
AUTOMAKE_ARGS= -a
-CONFIGURE_ENV= THREAD_LIB="${PTHREAD_LIB}"
+CONFIGURE_ENV= THREAD_LIB="${PTHREAD_LIBS}"
MAKE_ENV= ${CONFIGURE_ENV}
CONFIGURE_ARGS= --with-tcl-inc="${LOCALBASE}/include/tcl8.3" \
--with-tcl-libs="${LOCALBASE}/lib" \