Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2000 12:50:38 +0800 (CST)
From:      Peng HaiJie <phj@cn.FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17278: Patch of Makefile
Message-ID:  <200003090450.MAA58409@cn.FreeBSD.org>

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

>Number:         17278
>Category:       ports
>Synopsis:       need libintl which include the function gettext().
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar  8 21:00:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Peng HaiJie
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
cn.FreeBSD.org
>Environment:

	

>Description:

	

>How-To-Repeat:

	

>Fix:
	
--- src/Makefile.orig   Thu Mar  9 12:29:12 2000
+++ src/Makefile        Thu Mar  9 12:29:39 2000
@@ -125,7 +125,7 @@
 DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I.
 CPPFLAGS =  -I/usr/X11R6/include  -I/usr/X11R6/include/X11  -I/usr/local/includ
e    -I/usr/X11R6/include
 LDFLAGS =  -L/usr/X11R6/lib 
-LIBS =  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11 
+LIBS =  -lSM -lICE -liberty -lc -lm   -L/usr/X11R6/lib -lX11 -lintl
 X_CFLAGS =  -I/usr/X11R6/include
 X_LIBS =  -L/usr/X11R6/lib
 X_EXTRA_LIBS = 


>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?200003090450.MAA58409>