pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/32164: perl required database/gdbm on GNU/Linux
>Number: 32164
>Category: pkg
>Synopsis: perl required database/gdbm on GNU/Linux
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: support
>Submitter-Id: net
>Arrival-Date: Fri Nov 25 18:18:00 +0000 2005
>Originator: pancake%phreaker.net@localhost
>Release: Linux 2.6.9pl2
>Organization:
>Environment:
System: Linux pl2 2.6.9pl2 #10 Mon Jul 4 04:19:21 CEST 2005 i686 GNU/Linux
Architecture: i686
Machine: i686
>Description:
lang/perl requires databases/gdbm buildlink to be build on GNU/Linux.
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/perl5/Makefile,v
retrieving revision 1.105
diff -u -r1.105 Makefile
--- Makefile 19 Oct 2005 04:40:23 -0000 1.105
+++ Makefile 25 Nov 2005 18:16:30 -0000
@@ -337,5 +337,9 @@
${ECHO} "$$man1dir/perllink.1"; \
} | ${SED} -e "s,^"${PREFIX:Q}"/,," > ${PLIST_SRC}
+.if ${OPSYS} == "Linux"
+.include "../../databases/gdbm/buildlink3.mk"
+.endif
+
.include "packlist.mk"
.include "../../mk/bsd.pkg.mk"
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index