[git] CMU Common Lisp branch master updated. snapshot-2014-06-94-g8af0300

Raymond Toy rtoy at common-lisp.net
Tue Aug 5 02:00:49 UTC 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMU Common Lisp".

The branch, master has been updated
       via  8af0300cad9ffa57cde0dd5a0378ff762cf4cdec (commit)
      from  b424b78d3e33bf8438a364920c5a2987aa0cacb8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8af0300cad9ffa57cde0dd5a0378ff762cf4cdec
Author: Raymond Toy <toy.raymond at gmail.com>
Date:   Mon Aug 4 19:00:43 2014 -0700

    Update LDFLAGS for NetBSD so motifd will build and run correctly on
    NetBSD.
    
    Reported by Robert Swindells who also provided the fix.

diff --git a/src/motif/server/Config.NetBSD b/src/motif/server/Config.NetBSD
index 7c58488..83591ac 100644
--- a/src/motif/server/Config.NetBSD
+++ b/src/motif/server/Config.NetBSD
@@ -1,5 +1,5 @@
 CFLAGS = -O2 -I/usr/pkg/include -I/usr/X11R7/include -I. -I$(VPATH)
-LDFLAGS = -L/usr/X11R7/lib -L/usr/pkg/lib
+LDFLAGS = -R/usr/X11R7/lib -L/usr/X11R7/lib -R/usr/pkg/lib -L/usr/pkg/lib
 LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE -lXp
 # This def assumes you are building in the same or parallel
 # tree to the CVS souce layout. Sites may need to customize

-----------------------------------------------------------------------

Summary of changes:
 src/motif/server/Config.NetBSD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMU Common Lisp



More information about the cmucl-cvs mailing list