12 lines
378 B
Text
12 lines
378 B
Text
$NetBSD: patch-ao,v 1.1 2003/04/03 18:05:34 jschauma Exp $
|
|
|
|
--- modules/expat/xmlparse/Makefile.am.orig Thu Apr 3 12:49:06 2003
|
|
+++ modules/expat/xmlparse/Makefile.am Thu Apr 3 12:49:19 2003
|
|
@@ -1,6 +1,6 @@
|
|
## Process this file with Automake to create Makefile.in.
|
|
|
|
-LDFLAGS = -version-info "1:0:1"
|
|
+LDFLAGS = @LDFLAGS@ -version-info "1:0:1"
|
|
|
|
CFLAGS = @CFLAGS@ -DXML_NS
|
|
|