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
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
-rw-r--r--net-mail/topal/Manifest2
-rw-r--r--net-mail/topal/files/64-Makefile.patch15
2 files changed, 9 insertions, 8 deletions
diff --git a/net-mail/topal/Manifest b/net-mail/topal/Manifest
index 8a5e198..db5e14f 100644
--- a/net-mail/topal/Manifest
+++ b/net-mail/topal/Manifest
@@ -1,4 +1,4 @@
-AUX 64-Makefile.patch 2183 RMD160 8c977dbeccd6eafa17b6fe505cefc068f0de21f0 SHA1 db1b9ff9083573ebb474151956f53ce06f448ae1 SHA256 c351531c0ff084025d1aa8820f690406a34a3cb022239154995d192557226cf8
+AUX 64-Makefile.patch 2257 RMD160 0652cdee0aab52844a34e5df06fc7691eb830e67 SHA1 6e16885eb61227e4dfa0496f29df54c0cf7febc2 SHA256 2fb606d11c9dca6cc782e43c620002fbe1c7de9528d70cbd490d45a73eb53cfe
DIST topal-package-64.tgz 170401 RMD160 69e5bdd0b2956fc4ead3815304d7e4def4f99292 SHA1 e2939bcff099e8d32e30dc1eef025f9b29b1053a SHA256 e44b879a8e8d96d5f0cad9e2b68056ba05fe4267a6f4d2d50325164be3f48cd5
EBUILD topal-64.ebuild 904 RMD160 db5fb941d21580fa536a8291c703d2597fc98971 SHA1 f60e4a7cb8aeb131296fa09ac269f02ed8f2dbb7 SHA256 f41fa2afaac1f2142ba09c9be679e99c043e90e7d4ea8570a6067869618cf0c1
MISC metadata.xml 540 RMD160 1428d043dd9338de2992725991c86298ba19859d SHA1 bf78851007dd3020e11ee2af85a783b4969eb8ca SHA256 991affeb5d4d9dc14595f664aee756ea0eb7b08d130af5140112b01d7b798b87
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