Hi Antoine.

        I found a issue of not respect PTHREAD_LIBS.
        May I commit following patch?

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/libgii/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile    18 Mar 2006 13:42:48 -0000      1.25
+++ Makefile    29 Nov 2006 14:21:49 -0000
@@ -207,6 +207,9 @@
 PLIST_SUB+=    VGL=""
 .endif
 
+post-patch:
+       ${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/' ${WRKSRC}/configure
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/libgii.conf ${PREFIX}/etc/ggi/libgii.conf.dist
        ${INSTALL_DATA} ${WRKSRC}/filter/mouse/mouse 
${PREFIX}/etc/ggi/filter/mouse.dist
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to