aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-06-10 12:52:37 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-06-10 12:52:37 +0000
commit414123cc76b40aeff60d353c66fc883aa3dcdabe (patch)
treea247940f2036bee2a082742f711f6dffa6f15227 /astro
parentb5ec73ddc884a75994f8f997bd21c2788b958189 (diff)
downloadports-414123cc76b40aeff60d353c66fc883aa3dcdabe.tar.gz
ports-414123cc76b40aeff60d353c66fc883aa3dcdabe.zip
Notes
Diffstat (limited to 'astro')
-rw-r--r--astro/openuniverse/Makefile3
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