pkgsrc-WIP-changes archive

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

xlax: do not require libmd for older libbsd



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Mon Jul 18 11:08:58 2022 +0200
Changeset:	bd96dbc09183af2d5d59dc0ab5cd81e94c67c0fb

Modified Files:
	xlax/Makefile

Log Message:
xlax: do not require libmd for older libbsd

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

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

diffstat:
 xlax/Makefile | 1 -
 1 file changed, 1 deletion(-)

diffs:
diff --git a/xlax/Makefile b/xlax/Makefile
index 9a0f794245..6510ba8343 100644
--- a/xlax/Makefile
+++ b/xlax/Makefile
@@ -42,7 +42,6 @@ post-install:
 .if ${OPSYS} == "Linux"         # strlcpy()
 LDFLAGS+=   -lbsd
 .include "../../devel/libbsd/buildlink3.mk"
-.include "../../devel/libmd/buildlink3.mk"
 .endif
 
 .include "../../x11/libX11/buildlink3.mk"


Home | Main Index | Thread Index | Old Index