pkgsrc-WIP-changes archive

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

brlcad: need for libXext



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Sep 18 05:26:16 2016 +0200
Changeset:	b3bb11bdf47b01c8b608229ada36729f163fbcd0

Modified Files:
	brlcad/Makefile

Log Message:
brlcad: need for libXext

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b3bb11bdf47b01c8b608229ada36729f163fbcd0

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

diffstat:
 brlcad/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/brlcad/Makefile b/brlcad/Makefile
index 2d1206c..9ed902b 100644
--- a/brlcad/Makefile
+++ b/brlcad/Makefile
@@ -37,6 +37,7 @@ PKGCONFIG_OVERRIDE+=	src/other/libpng/scripts/libpng.pc.in
 PKGCONFIG_OVERRIDE+=	src/other/libpng/libpng.pc.in
 PKGCONFIG_OVERRIDE+=	src/other/libz/zlib.pc.in
 
+.include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/tk/buildlink3.mk"
 .include "../../lang/tcl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index