openbsd-ports/net/ickle/patches/patch-ickle_Makefile_in
pvalchev eb9428e3a6 Update to ickle-0.2.0
take maintainership, fgs ok
- make icq icons default
- allow ickle to build with an existing copy of libicq2000 installed

Changes include:
o Support for direct connections, dealing with authorization
requests/responses, fetching away messages
o Support for character set translation
o Bugfixes, portability fixes
o New settings - autologin, autoraise, autopopup, autoclose messagebox,
logging, font selection, network.
2001-12-21 00:43:01 +00:00

13 lines
600 B
Plaintext

$OpenBSD: patch-ickle_Makefile_in,v 1.1 2001/12/21 00:43:02 pvalchev Exp $
--- ickle/Makefile.in.orig Thu Dec 20 17:14:34 2001
+++ ickle/Makefile.in Thu Dec 20 17:14:47 2001
@@ -110,7 +110,7 @@ install_sh = @install_sh@
EXTRA_PROGRAMS = ickle ickle_applet
bin_PROGRAMS = @ICKLE_PROGRAM@
-AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" -I$(top_srcdir)/src/ -I$(top_srcdir)/share/icons/ickle/ \
+AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" -I$(top_srcdir)/src/ -I$(top_srcdir)/share/icons/icq/ \
@SIGC_CFLAGS@ @GTKMM_CFLAGS@ @GNOME_INCLUDEDIR@
LDFLAGS = @SIGC_LIBS@ @GTKMM_LIBS@