tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
emulators/hatari missing libX11 on macOS
Hi all,
Building emulators/hatari from CVS on macOS:
[100%] Linking C executable hatari
ld: library not found for -lX11
Adding a buildlink reference fixes the build:
Index: emulators/hatari/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/emulators/hatari/Makefile,v
retrieving revision 1.47
diff -u -r1.47 Makefile
--- emulators/hatari/Makefile 3 Jul 2018 05:03:15 -0000 1.47
+++ emulators/hatari/Makefile 2 Feb 2019 14:39:32 -0000
@@ -39,6 +39,7 @@
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk”
Sijmen Mulder
Home |
Main Index |
Thread Index |
Old Index