summaryrefslogtreecommitdiffstats
path: root/mail/althea/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-29 19:17:40 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-29 19:17:40 +0000
commitc70e39eecea67288301ee79b067e2722d47eb8eb (patch)
tree7243990842369ab3faf09b1e2d3083b2de756553 /mail/althea/files
parent7aff283f2c99b8adeb97b183c130b47e3b718b70 (diff)
downloadFreeBSD-ports-c70e39eecea67288301ee79b067e2722d47eb8eb.zip
FreeBSD-ports-c70e39eecea67288301ee79b067e2722d47eb8eb.tar.gz
upgrade to 0.5.7
PR: 39987 Submitted by: Ports Fury
Diffstat (limited to 'mail/althea/files')
-rw-r--r--mail/althea/files/Makefile.bsd6
-rw-r--r--mail/althea/files/patch-SendMail.cpp10
2 files changed, 13 insertions, 3 deletions
diff --git a/mail/althea/files/Makefile.bsd b/mail/althea/files/Makefile.bsd
index fa4d778..6253a1c 100644
--- a/mail/althea/files/Makefile.bsd
+++ b/mail/althea/files/Makefile.bsd
@@ -16,10 +16,10 @@ CXXFLAGS+=-DPACKAGE=\"${PROG}\" -DDOCDIR=\"${DOCDIR}\" -DPIXDIR=\"${PIXDIR}\" -D
CXXFLAGS+=-ftemplate-depth-30
# Use the GTK's CFLAGS:
-CXXFLAGS+=`${GTK_CONFIG} --cflags` -I${OPENSSLINC}
+CXXFLAGS+=`${GTK_CONFIG} --cflags gthread` -I${OPENSSLINC}
# Use the GTK's libraries:
-LDADD+=`${GTK_CONFIG} --libs` -L${OPENSSLLIB} -lssl -lcrypto
+LDADD+=`${GTK_CONFIG} --libs gthread` -L${OPENSSLLIB} -lssl -lcrypto
# A hack to ensure C++ is called to do the final linking:
CC:= ${CXX}
@@ -28,7 +28,7 @@ ${DOCDIR}/images ${PIXDIR}:
${MKDIR} $@
beforeinstall: ${DOCDIR}/images ${PIXDIR}
- ${BSD_INSTALL_DATA} ${.CURDIR}/Documentation/*.* ${DOCDIR}
+ ${BSD_INSTALL_DATA} ${.CURDIR}/Documentation/help.html ${DOCDIR}
${BSD_INSTALL_DATA} ${.CURDIR}/Documentation/images/*.* ${DOCDIR}/images
${BSD_INSTALL_DATA} ${.CURDIR}/pixmaps/*.* ${PIXDIR}
${BSD_INSTALL_DATA} ${.CURDIR}/althearc.example ${PREFIX}/etc/
diff --git a/mail/althea/files/patch-SendMail.cpp b/mail/althea/files/patch-SendMail.cpp
new file mode 100644
index 0000000..f357060
--- /dev/null
+++ b/mail/althea/files/patch-SendMail.cpp
@@ -0,0 +1,10 @@
+--- SendMail.cpp.orig Wed Jan 23 02:30:15 2002
++++ SendMail.cpp Mon Jun 24 21:01:22 2002
+@@ -3,6 +3,7 @@
+ // -- created 4/11/00 updated 4/11/00
+ /////////////////////////////////////////
+
++#include <pthread.h>
+ #include "SendMail.h"
+
+ extern Althea gAlthea;
OpenPOWER on IntegriCloud