Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 2002 13:40:13 -0400 (EDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        ports@FreeBSD.org
Subject:   XFree86 build on -current
Message-ID:  <Pine.NEB.3.96L.1020707133813.35308A-100000@fledge.watson.org>

next in thread | raw e-mail | index | archive | help

I needed the below patch for the glxinfo Makefile to get glxinfo to build
properly on -current.  Probably the change belongs somewhere else
(Imakefile, X11 config, or something), but this seemed to be sufficient. 

Robert N M Watson             FreeBSD Core Team, TrustedBSD Projects
robert@fledge.watson.org      Network Associates Laboratories


--- Makefile.bak	Sun Jul  7 12:56:26 2002
+++ Makefile	Sun Jul  7 12:56:16 2002
@@ -226,7 +226,7 @@
       STD_DEFINES = -DCSRG_BASED $(PROJECT_DEFINES)
  EXTRA_LOAD_FLAGS = -Wl,-rpath,$(USRLIBDIRPATH)
   EXTRA_LDOPTIONS =
-  EXTRA_LIBRARIES =
+  EXTRA_LIBRARIES = -lstdc++
              TAGS = ctags
 
    PARALLELMFLAGS =


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1020707133813.35308A-100000>