summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <torsten@veller.net>2009-04-22 09:47:09 +0200
committerTorsten Veller <torsten@veller.net>2009-04-22 09:47:09 +0200
commitff4d5762150a0c25cbbc17ee0be553687e5ecf61 (patch)
tree1cd141557e8d0f96ad76145e4a45333b230704a2 /net-mail/topal/files
parentFix typo. Remove prebuilt mime-tool (diff)
downloadnet-mail-ff4d5762150a0c25cbbc17ee0be553687e5ecf61.tar.gz
net-mail-ff4d5762150a0c25cbbc17ee0be553687e5ecf61.tar.bz2
net-mail-ff4d5762150a0c25cbbc17ee0be553687e5ecf61.zip
LDFLAGS passed to topal linking
Diffstat (limited to 'net-mail/topal/files')
-rw-r--r--net-mail/topal/files/64-Makefile.patch15
1 files changed, 8 insertions, 7 deletions
diff --git a/net-mail/topal/files/64-Makefile.patch b/net-mail/topal/files/64-Makefile.patch
index cbf6d58..694a065 100644
--- a/net-mail/topal/files/64-Makefile.patch
+++ b/net-mail/topal/files/64-Makefile.patch
@@ -1,6 +1,6 @@
-diff -ur topal-64-orig/MIME-tool/Makefile topal-64/MIME-tool/Makefile
---- topal-64-orig/MIME-tool/Makefile 2008-10-24 12:16:45.000000000 +0200
-+++ topal-64/MIME-tool/Makefile 2009-04-15 12:00:52.000000000 +0200
+diff -Naur topal-64.orig/MIME-tool/Makefile topal-64/MIME-tool/Makefile
+--- topal-64.orig/MIME-tool/Makefile 2008-10-24 12:16:45.000000000 +0200
++++ topal-64/MIME-tool/Makefile 2009-04-22 09:36:34.000000000 +0200
@@ -1,10 +1,13 @@
.PHONY: all clean realclean distrib
@@ -17,9 +17,9 @@ diff -ur topal-64-orig/MIME-tool/Makefile topal-64/MIME-tool/Makefile
realclean: clean
-rm mime-tool
-diff -ur topal-64-orig/Makefile topal-64/Makefile
---- topal-64-orig/Makefile 2008-10-24 12:16:45.000000000 +0200
-+++ topal-64/Makefile 2009-04-15 12:06:07.000000000 +0200
+diff -Naur topal-64.orig/Makefile topal-64/Makefile
+--- topal-64.orig/Makefile 2008-10-24 12:16:45.000000000 +0200
++++ topal-64/Makefile 2009-04-22 09:37:18.000000000 +0200
@@ -36,26 +36,28 @@
INSTALLPATHDOC ?= $(INSTALLPATH)/share/doc/topal
INSTALLPATHPATCHES ?= $(INSTALLPATH)/share/topal/patches
@@ -49,8 +49,9 @@ diff -ur topal-64-orig/Makefile topal-64/Makefile
+ $(MAKE) -C MIME-tool
topal: $(TOPALDEPS)
- gnatmake -gnatwa -gnato -O2 $(TOPALDEBUG) topal
+- gnatmake -gnatwa -gnato -O2 $(TOPALDEBUG) topal
- -strip topal
++ gnatmake -gnatwa -gnato -O2 $(TOPALDEBUG) topal -largs "$(LDFLAGS)"
topal.gz: topal
gzip -c9 topal > topal.gz