pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/fltk13



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 26 11:37:22 UTC 2020

Modified Files:
        pkgsrc/x11/fltk13: Makefile

Log Message:
fltk13: Needs libXcursor

Noted by Dr. Thomas Orgis


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/x11/fltk13/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/fltk13/Makefile
diff -u pkgsrc/x11/fltk13/Makefile:1.34 pkgsrc/x11/fltk13/Makefile:1.35
--- pkgsrc/x11/fltk13/Makefile:1.34     Sat Mar 21 11:02:43 2020
+++ pkgsrc/x11/fltk13/Makefile  Thu Mar 26 11:37:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2020/03/21 11:02:43 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2020/03/26 11:37:22 nia Exp $
 
 DISTNAME=      fltk-1.3.5-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -64,6 +64,7 @@ CONFIGURE_ARGS+=      --enable-shared
 CONFIGURE_ARGS+=       --disable-localjpeg --disable-localzlib --disable-localpng
 
 .if ${OPSYS} != "Darwin"
+.  include "../../x11/libXcursor/buildlink3.mk"
 .  include "../../x11/libXext/buildlink3.mk"
 .  include "../../x11/libXft/buildlink3.mk"
 .  include "../../x11/libXinerama/buildlink3.mk"



Home | Main Index | Thread Index | Old Index