summaryrefslogtreecommitdiff
path: root/lang/python20/patches/patch-af
blob: bf5aaf2d3186de1303c5d86e07c8106ee6c1b256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.1 2005/08/19 06:12:09 grant Exp $

--- Parser/Makefile.in.orig	2000-08-31 16:11:48.000000000 +1100
+++ Parser/Makefile.in
@@ -14,7 +14,7 @@ RANLIB=		@RANLIB@
 AR=		@AR@
 
 DEFS=		@DEFS@
-LIBS=		@LIBS@
+LIBS=		$(LDFLAGS) @LIBS@
 
 
 # === Other things that are customizable but not by configure ===