View | Details | Raw Unified | Return to bug 51452
Collapse All | Expand All

(-)zphoto/Makefile (-2 / +3 lines)
Lines 21-28 Link Here
21
RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip
21
RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip
22
22
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
CONFIGURE_ENV=	LIBS="-pthread -L${LOCALBASE}/lib" \
24
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
25
		CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming"
25
		CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming \
26
		${PTHREAD_CFLAGS}"
26
USE_GMAKE=		yes
27
USE_GMAKE=		yes
27
USE_XLIB=	yes
28
USE_XLIB=	yes
28
29
(-)zphoto/files/patch-configure (-11 lines)
Lines 1-11 Link Here
1
--- configure.orig	Thu Mar 27 15:57:05 2003
2
+++ configure	Tue Apr 22 01:54:16 2003
3
@@ -5336,7 +5336,7 @@
4
 	ac_save_CXXFLAGS=$CXXFLAGS
5
 	ac_save_LDFLAGS=$LDFLAGS
6
 		CXXFLAGS="$CXXFLAGS $AVIFILE_CXXFLAGS"
7
-	LDFLAGS="$LDFLAGS $AVIFILE_LDFLAGS $X_LIBS -lXv -lXxf86vm"
8
+	LDFLAGS="-pthread $LDFLAGS $AVIFILE_LDFLAGS $X_LIBS -lXv -lXxf86vm"
9
 
10
 	echo "$as_me:$LINENO: checking compilation of avifile test program" >&5
11
 echo $ECHO_N "checking compilation of avifile test program... $ECHO_C" >&6

Return to bug 51452