Ticket #16758: gtk2hs-no_x11-patch

File gtk2hs-no_x11-patch, 981 bytes (added by CaptSolo, 16 years ago)

A patch to compile this port with "gtk2 +no_x11"

Line 
1--- Portfile.bak        2008-10-04 22:07:54.000000000 +0100
2+++ Portfile    2008-10-04 22:42:00.000000000 +0100
3@@ -26,7 +26,6 @@
4                port:cairo              \
5                port:librsvg            \
6                port:libglade2          \
7-               port:gtkglext           \
8                port:gtksourceview
9 
10 configure.args --with-hc=${prefix}/bin/ghc     \
11@@ -36,8 +35,8 @@
12                --enable-gconf                  \
13                --enable-sourceview             \
14                --enable-cairo                  \
15-               --enable-svg                    \
16-               --enable-opengl                 \
17+               --disable-svg                   \
18+               --disable-opengl                        \
19                --without-pkgreg
20 
21 # Fix gtk.package.conf to allow interoperating with non-MacPorts
22@@ -51,7 +50,7 @@
23 # Note that the order of package registration is important: certain
24 # packages must be registered before the packages that depend on them.
25 
26-post-activate  { set pkgs {glib cairo svgcairo gtk gconf glade gtkglext sourceview soegtk}
27+post-activate  { set pkgs {glib cairo svgcairo gtk gconf glade sourceview soegtk}
28                  foreach pkg ${pkgs} {
29                        system "ghc-pkg update ${destroot}${prefix}/lib/${name}/${pkg}.package.conf"
30                  }