[147589] trunk/dports/gnome/gspell

devans at macports.org devans at macports.org
Fri Apr 8 18:25:00 PDT 2016


Revision: 147589
          https://trac.macports.org/changeset/147589
Author:   devans at macports.org
Date:     2016-04-08 18:25:00 -0700 (Fri, 08 Apr 2016)
Log Message:
-----------
gspell: fix for +quartz build issues in version 1.0 (#51061).

Modified Paths:
--------------
    trunk/dports/gnome/gspell/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gspell/files/
    trunk/dports/gnome/gspell/files/patch-gspell-Makefile.am.diff
    trunk/dports/gnome/gspell/files/patch-testsuite-Makefile.am.diff

Modified: trunk/dports/gnome/gspell/Portfile
===================================================================
--- trunk/dports/gnome/gspell/Portfile	2016-04-08 22:59:10 UTC (rev 147588)
+++ trunk/dports/gnome/gspell/Portfile	2016-04-09 01:25:00 UTC (rev 147589)
@@ -37,6 +37,12 @@
 
 gobject_introspection yes
 
+use_autoreconf      yes
+autoreconf.args     -fvi
+
+patchfiles          patch-gspell-Makefile.am.diff \
+                    patch-testsuite-Makefile.am.diff
+
 configure.args      --enable-compile-warnings=minimum \
                     --disable-silent-rules
 

Added: trunk/dports/gnome/gspell/files/patch-gspell-Makefile.am.diff
===================================================================
--- trunk/dports/gnome/gspell/files/patch-gspell-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/gnome/gspell/files/patch-gspell-Makefile.am.diff	2016-04-09 01:25:00 UTC (rev 147589)
@@ -0,0 +1,15 @@
+--- gspell/Makefile.am.orig	2016-04-07 17:58:46.000000000 -0700
++++ gspell/Makefile.am	2016-04-07 17:59:32.000000000 -0700
+@@ -107,10 +107,10 @@
+ CLEANFILES = $(BUILT_SOURCES)
+ 
+ if OS_OSX
+-libgspell_ at GSPELL_API_VERSION@_la_LDFLAGS += \
++libgspell_core_la_LDFLAGS += \
+ 	-framework Cocoa
+ 
+-libgspell_ at GSPELL_API_VERSION@_la_CFLAGS += \
++libgspell_core_la_CFLAGS += \
+ 	-xobjective-c
+ 
+ gspell_private_headers += \

Added: trunk/dports/gnome/gspell/files/patch-testsuite-Makefile.am.diff
===================================================================
--- trunk/dports/gnome/gspell/files/patch-testsuite-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/gnome/gspell/files/patch-testsuite-Makefile.am.diff	2016-04-09 01:25:00 UTC (rev 147589)
@@ -0,0 +1,11 @@
+--- testsuite/Makefile.am.orig	2016-04-08 17:55:23.000000000 -0700
++++ testsuite/Makefile.am	2016-04-08 17:57:19.000000000 -0700
+@@ -8,7 +8,7 @@
+ AM_LDFLAGS = $(WARN_LDFLAGS)
+ 
+ LDADD = $(top_builddir)/gspell/libgspell-core.la	\
+-	$(DEP_LIBS)
++	$(DEP_LIBS) $(GTK_MAC_LIBS)
+ 
+ noinst_PROGRAMS = $(UNIT_TEST_PROGS)
+ TESTS = $(UNIT_TEST_PROGS)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160408/4f1e9796/attachment.html>


More information about the macports-changes mailing list