diff options
Diffstat (limited to 'astro/openuniverse/Makefile')
-rw-r--r-- | astro/openuniverse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile index 4b61a0dcdc10..99a3d59ee36d 100644 --- a/astro/openuniverse/Makefile +++ b/astro/openuniverse/Makefile @@ -24,7 +24,8 @@ CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${X11BASE}/include/GL -I${LOCALBASE}/include" \ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lm" \ - LIBS="-lcompat" + LIBS="-lcompat" PTHREAD_LIBS="${PTHREAD_LIBS}" +MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" USE_X_PREFIX= yes |