diff options
author | kivinen <kivinen@pkgsrc.org> | 2003-05-01 11:31:46 +0000 |
---|---|---|
committer | kivinen <kivinen@pkgsrc.org> | 2003-05-01 11:31:46 +0000 |
commit | ea16b31965aac3bd4789b05fbb90c7182b4c9178 (patch) | |
tree | 65cce43db6612b73f3df319b3cff86f04bf652fa /graphics/GMT/patches/patch-at | |
parent | ff6251395faf1853e983a86bb61edd232e91f73f (diff) | |
download | pkgsrc-ea16b31965aac3bd4789b05fbb90c7182b4c9178.tar.gz |
Fixed libx2sys.a to libx2sys.la in src/x2sys/makefile
(patch-at).
Diffstat (limited to 'graphics/GMT/patches/patch-at')
-rw-r--r-- | graphics/GMT/patches/patch-at | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/GMT/patches/patch-at b/graphics/GMT/patches/patch-at index 53f4364a0f3..edefc9aa942 100644 --- a/graphics/GMT/patches/patch-at +++ b/graphics/GMT/patches/patch-at @@ -1,7 +1,7 @@ -$NetBSD: patch-at,v 1.4 2001/04/20 17:16:19 jtb Exp $ +$NetBSD: patch-at,v 1.5 2003/05/01 11:31:46 kivinen Exp $ ---- src/x2sys/makefile.orig Wed Apr 11 19:58:09 2001 -+++ src/x2sys/makefile +--- src/x2sys/makefile.orig 2003-05-01 14:08:38.000000000 +0300 ++++ src/x2sys/makefile 2003-05-01 14:09:44.000000000 +0300 @@ -7,7 +7,7 @@ #------------------------- stop here -------------------------- @@ -44,11 +44,13 @@ $NetBSD: patch-at,v 1.4 2001/04/20 17:16:19 jtb Exp $ uninstall: for i in $(XSYSTEM); do \ -@@ -59,7 +55,7 @@ +@@ -58,8 +54,8 @@ + spotless: clean \rm -f *.a - $(XSYSTEM): $(XSYSTEM_O) libx2sys.a +-$(XSYSTEM): $(XSYSTEM_O) libx2sys.a - $(CC) $(CFLAGS) $@.o -o $@ -L. -lx2sys $(ALLLIB) $(LDFLAGS) ++$(XSYSTEM): $(XSYSTEM_O) libx2sys.la + @$(LIBTOOL) $(CC) $(CFLAGS) $@.lo -o $@ libx2sys.la $(ALLLIB) $(LDFLAGS) .c.o: |