kompmgr fails to build in top of tree. Missing -lXext.
--- Makefile.bak        2011-03-05 21:09:21.000000000 +0000
+++ Makefile    2011-03-05 21:09:30.000000000 +0000
@@ -26,14 +26,14 @@
 
 PLIST_FILES=   bin/kompmgr
 
-BROKEN=                does not build
+#BROKEN=               does not build
 
 .include <bsd.port.pre.mk>
 
 do-build:
        cd ${WRKSRC}/kwin/kompmgr && \
        ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -lX11 
-lXdamage\
-       -lXfixes -lXrender -lXcomposite -lm -o kompmgr kompmgr.c
+       -lXfixes -lXrender -lXcomposite -lXext -lm -o kompmgr kompmgr.c
 
 do-install:
        cd ${WRKSRC}/kwin/kompmgr && ${INSTALL_PROGRAM} kompmgr\
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to