[103255] trunk/dports/mail/notmuch

yeled at macports.org yeled at macports.org
Tue Feb 19 05:09:18 PST 2013


Revision: 103255
          https://trac.macports.org/changeset/103255
Author:   yeled at macports.org
Date:     2013-02-19 05:09:18 -0800 (Tue, 19 Feb 2013)
Log Message:
-----------
patch from jmr for https://build.macports.org/builders/buildports-snowleopard-x86_64/builds/15133

Modified Paths:
--------------
    trunk/dports/mail/notmuch/Portfile

Added Paths:
-----------
    trunk/dports/mail/notmuch/files/patch-Makefile.local.diff

Modified: trunk/dports/mail/notmuch/Portfile
===================================================================
--- trunk/dports/mail/notmuch/Portfile	2013-02-19 12:54:30 UTC (rev 103254)
+++ trunk/dports/mail/notmuch/Portfile	2013-02-19 13:09:18 UTC (rev 103255)
@@ -30,6 +30,7 @@
                     port:talloc
 
 patchfiles          patch-lib-Makefile.local.diff \
+                    patch-Makefile.local.diff \
                     patch-bindings-python-notmuch-globals.py.diff
 
 post-patch {

Added: trunk/dports/mail/notmuch/files/patch-Makefile.local.diff
===================================================================
--- trunk/dports/mail/notmuch/files/patch-Makefile.local.diff	                        (rev 0)
+++ trunk/dports/mail/notmuch/files/patch-Makefile.local.diff	2013-02-19 13:09:18 UTC (rev 103255)
@@ -0,0 +1,11 @@
+--- Makefile.local.orig 2013-02-18 02:39:46.000000000 +1100
++++ Makefile.local  2013-02-20 00:01:19.000000000 +1100
+@@ -41,7 +41,7 @@
+ # Smash together user's values with our extra values
+ FINAL_CFLAGS = -DNOTMUCH_VERSION=$(VERSION) $(CFLAGS) $(WARN_CFLAGS) $(CONFIGURE_CFLAGS) $(extra_cflags)
+ FINAL_CXXFLAGS = $(CXXFLAGS) $(WARN_CXXFLAGS) $(CONFIGURE_CXXFLAGS) $(extra_cflags) $(extra_cxxflags)
+-FINAL_NOTMUCH_LDFLAGS = $(LDFLAGS) -Lutil -lutil -Llib -lnotmuch $(AS_NEEDED_LDFLAGS) $(GMIME_LDFLAGS) $(TALLOC_LDFLAGS)
++FINAL_NOTMUCH_LDFLAGS = -Lutil -lutil -Llib -lnotmuch $(LDFLAGS) $(AS_NEEDED_LDFLAGS) $(GMIME_LDFLAGS) $(TALLOC_LDFLAGS)
+ FINAL_NOTMUCH_LINKER = CC
+ ifneq ($(LINKER_RESOLVES_LIBRARY_DEPENDENCIES),1)
+ FINAL_NOTMUCH_LDFLAGS += $(CONFIGURE_LDFLAGS)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130219/8677a217/attachment.html>


More information about the macports-changes mailing list