pkgsrc-WIP-changes archive

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

__NetBSD__ was unnecessary, removed



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Tue Jul 5 15:12:40 2022 +0530
Changeset:	0581844d803f6352546c3ae00577d793a2103673

Modified Files:
	ltsmin/Makefile

Log Message:
__NetBSD__ was unnecessary, removed

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

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

diffstat:
 ltsmin/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/ltsmin/Makefile b/ltsmin/Makefile
index 2be6fcf687..2cdbf9b5be 100644
--- a/ltsmin/Makefile
+++ b/ltsmin/Makefile
@@ -21,8 +21,6 @@ BUILDLINK_TRANSFORM.NetBSD+=	rm:-ldl
 CONFIGURE_ARGS+=	PKG_CONFIG=${PREFIX}/bin/pkg-config
 CONFIGURE_ARGS+=	--docdir=${PREFIX}/share/doc/${PKGBASE}
 
-CFLAGS.NetBSD+=	-D__NetBSD__
-
 post-install:
 	DESTDIR=${DESTDIR} gmake -C ${WRKSRC}/doc install-man
 


Home | Main Index | Thread Index | Old Index