summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-02-28 18:55:25 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-02-28 18:55:25 +0000
commita35f4c7582a11242431b3cf09383b933c200cb7c (patch)
tree94d8efc6820986fb3dc0dd06f5cd3b5124ea3075 /multimedia
parentUpdate to 1.1.3, and de-conditionalize the ispell bidness. Ispell is (diff)
Fix configure by acknowledging PTHREAD_{CFLAGS,LIBS}
Approved by: no response from maintainer
Notes
Notes: svn path=/head/; revision=102439
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/ogle-gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/ogle-gui/Makefile b/multimedia/ogle-gui/Makefile
index d5b33a99f40e..eefc1a4c8650 100644
--- a/multimedia/ogle-gui/Makefile
+++ b/multimedia/ogle-gui/Makefile
@@ -32,7 +32,7 @@ USE_XPM= yes
USE_REINPLACE= yes
USE_SIZE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
+CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-dvd-includes=${LOCALBASE}/include \
--with-dvdcontrol=${LOCALBASE} \
--without-included-gettext \