efe913cd86
Sylpheed-claws is the bleeding edge branch of Sylpheed, an e-mail client and news reader based on GTK+. Many features are supported including POP3, IMAP, NNTP, multiple accounts, threading, filtering, MIME attachments, APOP, SMTP AUTH, SSL, IPv6, GnuPG, internalization, and more.
21 lines
507 B
Plaintext
21 lines
507 B
Plaintext
$OpenBSD: patch-src_common_Makefile_in,v 1.1.1.1 2003/04/17 10:13:58 wilfried Exp $
|
|
--- src/common/Makefile.in.orig Wed Mar 12 18:17:59 2003
|
|
+++ src/common/Makefile.in Sat Mar 22 01:11:14 2003
|
|
@@ -63,6 +63,7 @@ CFLAGS = @CFLAGS@
|
|
CPP = @CPP@
|
|
|
|
CPPFLAGS = \
|
|
+ @CPPFLAGS@ \
|
|
$(GLIB_CFLAGS) \
|
|
$(OPENSSL_CFLAGS) \
|
|
-DLOCALEDIR=\""$(localedir)"\"
|
|
@@ -230,7 +231,7 @@ libsylpheedcommon_la_SOURCES = \
|
|
|
|
libsylpheedcommon_la_LIBADD = \
|
|
$(GLIB_LIBS) \
|
|
- $(OPENSSL_LIBS) \
|
|
+ $(OPENSSL_LIBS) #\
|
|
-lcrypt
|
|
|
|
|