diff options
Diffstat (limited to 'cad/pcb/patches/patch-aq')
-rw-r--r-- | cad/pcb/patches/patch-aq | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/pcb/patches/patch-aq b/cad/pcb/patches/patch-aq new file mode 100644 index 00000000000..141495e9939 --- /dev/null +++ b/cad/pcb/patches/patch-aq @@ -0,0 +1,11 @@ +$NetBSD: patch-aq,v 1.1 2002/06/01 20:11:56 dmcmahill Exp $ + +--- lib/CreateLibrary.sh.raw.orig Sat May 16 17:11:04 1998 ++++ lib/CreateLibrary.sh.raw Sat Jun 1 14:56:58 2002 +@@ -30,5 +30,5 @@ + # usage: CreateContents.sh library common_macro_file file... + +-M4=GNUM4 ++M4="GNUM4" + + if [ $# -lt 3 ]; then |