[Pkg-wmaker-commits] [wmbiff] 07/09: Changed order of additions to LIBS and EXTRAFLAGS, removed extra WMBIFF_VERSION definition.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 02:59:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_3_2
in repository wmbiff.

commit 18675b1a1287c3f373c4d6ef91d302fa6f7328d4
Author: jordi <jordi>
Date:   Fri Oct 5 16:10:01 2001 +0000

    Changed order of additions to LIBS and EXTRAFLAGS, removed extra
    WMBIFF_VERSION definition.
---
 wmbiff/Makefile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/wmbiff/Makefile b/wmbiff/Makefile
index a6628ab..46c0563 100644
--- a/wmbiff/Makefile
+++ b/wmbiff/Makefile
@@ -1,11 +1,7 @@
-# $Id: Makefile,v 1.10 2001/10/04 09:50:59 jordi Exp $
+# $Id: Makefile,v 1.11 2001/10/05 16:10:01 jordi Exp $
 
-WMBIFF_VERSION="0.3.1ssl"
-EXTRAFLAGS = -DWITH_TLS -DWITH_GCRYPT
-LIBS   = -lgnutls -lgcrypt
 WMBIFF_VERSION = "0.3.1ssl"
 
-
 DESTDIR=
 prefix=/usr/local
 bindir=${prefix}/bin
@@ -14,11 +10,15 @@ CONF=/etc
 
 CC     = gcc
 LIBDIR = -L/usr/X11R6/lib
-LIBS   += -lXpm -lXext -lX11 
+LIBS   = -lXpm -lXext -lX11 
 CFLAGS = -O2 -Wall -Wpointer-arith
 #CFLAGS = -g -Wall -pedantic 
 
-EXTRAFLAGS += -DWMBIFF_VERSION='$(WMBIFF_VERSION)' 
+EXTRAFLAGS = -DWMBIFF_VERSION='$(WMBIFF_VERSION)' 
+
+# Comment these out if you don't want cryto support.
+EXTRAFLAGS += -DWITH_TLS -DWITH_GCRYPT
+LIBS   += -lgnutls -lgcrypt
 
 #EXTRAFLAGS += -DDEBUG_POP3 -DDEBUG_IMAP4 -DDEBUG_LICQ \
 #	-DDEBUG_MBOX -DDEBUG_MAILDIR -DDEBUG -DDEBUG_MAIL_COUNT \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list