pkgsrc-WIP-changes archive

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

pdftk: Comment out include of non-existent files



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Mon Oct 25 09:28:03 2021 -0400
Changeset:	178501c156ae260da99522676a2d9b507e00f979

Modified Files:
	pdftk/Makefile

Log Message:
pdftk: Comment out include of non-existent files

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

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

diffstat:
 pdftk/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/pdftk/Makefile b/pdftk/Makefile
index 0c9f1fba13..dc1144a078 100644
--- a/pdftk/Makefile
+++ b/pdftk/Makefile
@@ -37,8 +37,8 @@ post-install:
 .include "../../mk/bsd.prefs.mk"
 
 pre-configure:
-.include "../../lang/gcc34/preconfigure.mk"
+#.include "../../lang/gcc34/preconfigure.mk"
 
-.include "../../lang/gcc34/buildlink3.mk"
+#.include "../../lang/gcc34/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index