diff options
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r-- | graphics/gdal/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index f28c3a4131b..69c524b4395 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -221,7 +221,6 @@ CONFIGURE_ARGS+= --with-sqlite=no .endif .if !defined(WITHOUT_THREAD) -USE_THREAD= yes CONFIGURE_ARGS+= --with-threads=${PTHREAD_LIBS} CONFIGURE_ENV+= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" .endif |