diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-02 23:12:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-02 23:12:45 +0000 |
commit | f93116b07590e9e521e4cb877240be0c406c2ded (patch) | |
tree | c3bc196a1dc48a04d88a693c229c8dcbc2722372 /games/doomlegacy | |
parent | c51db2f4d6818e113cd6881e7020bee50808c35b (diff) | |
download | ports-f93116b07590e9e521e4cb877240be0c406c2ded.tar.gz ports-f93116b07590e9e521e4cb877240be0c406c2ded.zip |
Notes
Diffstat (limited to 'games/doomlegacy')
-rw-r--r-- | games/doomlegacy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/doomlegacy/Makefile b/games/doomlegacy/Makefile index 8775257b486e..78af762f761e 100644 --- a/games/doomlegacy/Makefile +++ b/games/doomlegacy/Makefile @@ -30,7 +30,8 @@ USE_MESA= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAKEFILE= makefile -MAKE_ENV= FREEBSD=1 +MAKE_ENV+= FREEBSD=1 PTHREAD_LIBS="${PTHREAD_LIBS}" \ + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" # I have no ideas about build status on other platforms ONLY_FOR_ARCHS= i386 |