245395f4e7
- NLS fixes - 64-bit fixes -- Ok'd by: maintainer
13 lines
557 B
Plaintext
13 lines
557 B
Plaintext
$OpenBSD: patch-src_fe-text_Makefile_in,v 1.2 2002/03/30 04:50:09 brad Exp $
|
|
--- src/fe-text/Makefile.in.orig Tue Mar 5 21:25:20 2002
|
|
+++ src/fe-text/Makefile.in Wed Mar 27 19:35:39 2002
|
|
@@ -127,7 +127,7 @@ LIBS = @LIBS@
|
|
@USE_MYGLIB_TRUE@xchat_text_OBJECTS = fe-text.o glib.o
|
|
xchat_text_DEPENDENCIES = ../common/libxchatmain.a
|
|
xchat_text_LDFLAGS =
|
|
-CFLAGS = @CFLAGS@
|
|
+CFLAGS = @CFLAGS@ -lintl
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
CCLD = $(CC)
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|