diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-26 02:30:25 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-03-26 02:30:25 +0800 |
commit | 3debe38c874ce8673eeab2ae90b9c33e6185871d (patch) | |
tree | 08cebd342cf36f49f446fb7827a8c58054aa77dc /games | |
parent | 4b2ee1b9ad3deedbdf752bb6ba8d69c9d68135d6 (diff) | |
download | freebsd-ports-graphics-3debe38c874ce8673eeab2ae90b9c33e6185871d.tar.gz freebsd-ports-graphics-3debe38c874ce8673eeab2ae90b9c33e6185871d.tar.zst freebsd-ports-graphics-3debe38c874ce8673eeab2ae90b9c33e6185871d.zip |
Remove PTHREAD_LIBS, PTHREAD_CFLAGS from my ports
Diffstat (limited to 'games')
-rw-r--r-- | games/flyhard/Makefile | 2 | ||||
-rw-r--r-- | games/minetest/Makefile | 2 | ||||
-rw-r--r-- | games/numptyphysics/Makefile | 2 | ||||
-rw-r--r-- | games/pachi/Makefile | 2 | ||||
-rw-r--r-- | games/passage/Makefile | 2 | ||||
-rw-r--r-- | games/pengupop/Makefile | 2 | ||||
-rw-r--r-- | games/pipewalker/Makefile | 2 | ||||
-rw-r--r-- | games/teeworlds/Makefile | 2 | ||||
-rw-r--r-- | games/zaz/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/games/flyhard/Makefile b/games/flyhard/Makefile index e551fb39ba5..5265bb68f67 100644 --- a/games/flyhard/Makefile +++ b/games/flyhard/Makefile @@ -19,7 +19,7 @@ USES= gmake USE_SDL= sdl mixer CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -pthread PLIST_FILES= bin/${PORTNAME} PORTDOCS= * diff --git a/games/minetest/Makefile b/games/minetest/Makefile index 12e89a6055e..0de9253b800 100644 --- a/games/minetest/Makefile +++ b/games/minetest/Makefile @@ -89,7 +89,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-irrlichtdepend post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/cmake/Modules/*.cmake - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ + @${REINPLACE_CMD} -e 's|-lpthread|-pthread|' \ ${WRKSRC}/src/CMakeLists.txt .if ! ${PORT_OPTIONS:MLUAJIT} @${REINPLACE_CMD} -e '/find_/ s|LUA_|NO&|g' \ diff --git a/games/numptyphysics/Makefile b/games/numptyphysics/Makefile index de91d8b8b07..75bfd2c4a74 100644 --- a/games/numptyphysics/Makefile +++ b/games/numptyphysics/Makefile @@ -19,7 +19,7 @@ USE_SDL= sdl image INSTALLS_ICONS= yes CONFIGURE_ENV= AUTOMAKE="${TRUE}" ACLOCAL="${TRUE}" MISSING="${TRUE}" -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib -pthread CPPFLAGS+= -I${LOCALBASE}/include -DINSTALL_BASE_PATH=\"\\\"${DATADIR}\\\"\" WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/games/pachi/Makefile b/games/pachi/Makefile index 613e6a2dc6a..28f9199657b 100644 --- a/games/pachi/Makefile +++ b/games/pachi/Makefile @@ -15,7 +15,7 @@ USE_SDL= mixer sdl USES= gmake tar:tgz GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib -pthread CPPFLAGS+= -I${LOCALBASE}/include WRKSRC= ${WRKDIR}/Pachi diff --git a/games/passage/Makefile b/games/passage/Makefile index 8a22db92b3a..e68eb9751e2 100644 --- a/games/passage/Makefile +++ b/games/passage/Makefile @@ -19,7 +19,7 @@ PLIST_FILES= bin/${PORTNAME} PORTDATA= * post-patch: - @${REINPLACE_CMD} -e 's|^\(PLATFORM_LINK_FLAGS =\).*|\1 ${PTHREAD_LIBS}|' \ + @${REINPLACE_CMD} -e 's|^\(PLATFORM_LINK_FLAGS =\).*|\1 -pthread|' \ ${WRKSRC}/Makefile.GnuLinux @${REINPLACE_CMD} -e 's|"graphics"|"${DATADIR}/graphics"|' \ ${WRKSRC}/common.cpp diff --git a/games/pengupop/Makefile b/games/pengupop/Makefile index 2194cf9a352..f76ae274bb7 100644 --- a/games/pengupop/Makefile +++ b/games/pengupop/Makefile @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USES= gmake USE_SDL= sdl CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib -pthread PLIST_FILES= bin/pengupop diff --git a/games/pipewalker/Makefile b/games/pipewalker/Makefile index 0c504d27d79..06fcddb8d11 100644 --- a/games/pipewalker/Makefile +++ b/games/pipewalker/Makefile @@ -16,7 +16,7 @@ USE_SDL= sdl USE_GL= gl glu CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib -pthread PLIST_FILES= bin/${PORTNAME} \ share/applications/${PORTNAME}.desktop \ diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile index 08873f27c88..fe8fba40f1b 100644 --- a/games/teeworlds/Makefile +++ b/games/teeworlds/Makefile @@ -54,7 +54,7 @@ DESKTOP_ENTRIES="Teeworlds" \ post-patch: @${REINPLACE_CMD} -e 's|"python "|"${PYTHON_CMD} "|' \ ${WRKSRC}/bam.lua - @${REINPLACE_CMD} -e 's|-O.||; s|-lpthread|${PTHREAD_LIBS}|; s|^gcc|${CC} ${CFLAGS}|; s|-ldl||g' \ + @${REINPLACE_CMD} -e 's|-O.||; s|-lpthread|-pthread|; s|^gcc|${CC} ${CFLAGS}|; s|-ldl||g' \ ${BAM_WRKSRC}/make_unix.sh @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/other/sdl/sdl.lua @${REINPLACE_CMD} -e '/aDirs\[\]/,/}/ s|"/.*"|"${DATADIR}"|' \ diff --git a/games/zaz/Makefile b/games/zaz/Makefile index acace6d15d7..0f5eddc5642 100644 --- a/games/zaz/Makefile +++ b/games/zaz/Makefile @@ -21,7 +21,7 @@ USE_SDL= sdl image USE_GL= gl glu CPPFLAGS+= -I${LOCALBASE}/include/freetype2 -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib -pthread CONFIGURE_ARGS= --with-icondir="${PREFIX}/share/pixmaps" PORTDOCS= * |