diff options
author | marino <marino@FreeBSD.org> | 2015-03-26 07:00:50 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-26 07:00:50 +0800 |
commit | 0c8bec8d1565cd01e8fc1017de057d1986719d12 (patch) | |
tree | 2f9cd8c0a819b520aa1b353994707173199cca50 /games/xrally | |
parent | 5db5908d4795f6a79fd122fbe80953bd1e2104c2 (diff) | |
download | freebsd-ports-gnome-0c8bec8d1565cd01e8fc1017de057d1986719d12.tar.gz freebsd-ports-gnome-0c8bec8d1565cd01e8fc1017de057d1986719d12.tar.zst freebsd-ports-gnome-0c8bec8d1565cd01e8fc1017de057d1986719d12.zip |
games category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
Diffstat (limited to 'games/xrally')
-rw-r--r-- | games/xrally/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xrally/Makefile b/games/xrally/Makefile index a292c50d5593..8a842ee8ea5c 100644 --- a/games/xrally/Makefile +++ b/games/xrally/Makefile @@ -16,8 +16,8 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} USE_XORG= x11 xi xpm USES= gmake tar:bzip2 -CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lpthread -L${LOCALBASE}/lib MAKE_ENV= INCLUDES="-I${LOCALBASE}/include" .include <bsd.port.mk> |