openbsd-ports/net/xchat/patches/patch-src_fe-text_Makefile_in
shell a68aa8e12f Upgrade to 1.8.1
- Bump VERSION
- Fixes MASTER_SITES
- New ssl flavor
- New Maintainer
- Remove po patches
- Add patch for text-based xchat

Permission granted by original maintainer : Couderc Damien <couderc.damien@wanadoo.fr>
2001-07-25 11:19:38 +00:00

13 lines
544 B
Plaintext

$OpenBSD: patch-src_fe-text_Makefile_in,v 1.1 2001/07/25 11:19:38 shell Exp $
--- src/fe-text/Makefile.in.orig Wed Jul 25 05:58:47 2001
+++ src/fe-text/Makefile.in Wed Jul 11 13:14:41 2001
@@ -124,7 +124,7 @@
@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 $@