summaryrefslogtreecommitdiff
path: root/cad/xcircuit/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'cad/xcircuit/patches/patch-ac')
-rw-r--r--cad/xcircuit/patches/patch-ac17
1 files changed, 4 insertions, 13 deletions
diff --git a/cad/xcircuit/patches/patch-ac b/cad/xcircuit/patches/patch-ac
index 9590a6339f9..957b0686f97 100644
--- a/cad/xcircuit/patches/patch-ac
+++ b/cad/xcircuit/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.1 2003/07/10 08:03:58 jtb Exp $
+$NetBSD: patch-ac,v 1.2 2004/11/19 13:24:11 adam Exp $
---- Makefile.in.orig
+--- Makefile.in.orig 2004-10-01 04:25:06.000000000 +0000
+++ Makefile.in
-@@ -48,7 +48,7 @@
+@@ -51,7 +51,7 @@ AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
@@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.1 2003/07/10 08:03:58 jtb Exp $
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CYGPATH_W = @CYGPATH_W@
-@@ -77,6 +77,7 @@
+@@ -82,6 +82,7 @@ LIBS = @LIBS@
LIB_SPECS = @LIB_SPECS@
LTLIBOBJS = @LTLIBOBJS@
M4 = @M4@
@@ -19,12 +19,3 @@ $NetBSD: patch-ac,v 1.1 2003/07/10 08:03:58 jtb Exp $
# Man page
M4_DEFS = @M4_DEFS@ @DEFS@
-@@ -748,7 +749,7 @@
-
- lib/tcl/xcircuit${SHDLIB_EXT}: xcwrap.o ${xcircuit_OBJECTS}
- $(RM) lib/xcircuit${SHDLIB_EXT}
-- $(CC) ${CFLAGS} -o $@ ${LDDL_FLAGS} xcwrap.o ${xcircuit_OBJECTS} \
-+ $(CC) ${CFLAGS} -o $@ ${LDDL_FLAGS} ${LDFLAGS} xcwrap.o ${xcircuit_OBJECTS} \
- ${X_LIBS} ${X_EXTRA_LIBS} ${EXTRA_LIBS} -lc ${LIBS}
-
- tcl: lib/tcl/xcircuit${SHDLIB_EXT}