Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 1999 16:46:50 -0800 (PST)
From:      mph@FreeBSD.ORG
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/10070: Fix for misc/xquote: $(MOTIFLIB)
Message-ID:  <199902140046.QAA71111@wopr.caltech.edu>

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

>Number:         10070
>Category:       ports
>Synopsis:       Fix for misc/xquote: $(MOTIFLIB)
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 13 18:50:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Hunt
>Release:        FreeBSD 3.0-STABLE i386
>Organization:
>Environment:

	

>Description:

The provided patch-ad should make misc/xquote honor $(MOTIFLIB)
as requested by Asami-san via the errorlogs.

>How-To-Repeat:

	

>Fix:

Index: patches/patch-ad
===================================================================
RCS file: patch-ad
diff -N patch-ad
--- /dev/null	Sat Feb 13 16:15:43 1999
+++ patch-ad	Sat Feb 13 16:02:27 1999
@@ -0,0 +1,11 @@
+--- Imakefile.orig	Sat Feb 13 16:01:41 1999
++++ Imakefile	Sat Feb 13 16:02:13 1999
+@@ -13,7 +13,7 @@
+ 
+ DEFINES = -DSHAPE -DXQUOTE
+ INCLUDES = -I$(INCROOT)/X11
+-SYS_LIBRARIES = -lXm -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
++SYS_LIBRARIES = $(MOTIFLIB) -lXpm $(XMULIB) $(XTOOLLIB) -lXext $(XLIB) -lm
+ DEPLIBS = 
+ 
+ SRCS =  about.c color.c file.c help.c optdetail.c option.c optnet.c \
>Release-Note:
>Audit-Trail:
>Unformatted:

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?199902140046.QAA71111>