summaryrefslogtreecommitdiff
path: root/x11/wxhaskell/patches
diff options
context:
space:
mode:
authoraugustss <augustss@pkgsrc.org>2004-11-20 23:18:25 +0000
committeraugustss <augustss@pkgsrc.org>2004-11-20 23:18:25 +0000
commita0c4d8f030a49d82e8e05f97f8a1c0fe0a3a9f69 (patch)
tree7ce3feda3d1169e8e0e94845577b001b61512196 /x11/wxhaskell/patches
parentf22d973c2f76aaf1a9b0e60b8961a188c7598261 (diff)
downloadpkgsrc-a0c4d8f030a49d82e8e05f97f8a1c0fe0a3a9f69.tar.gz
Add wxhaskell, a package with Haskell bindings for wxGTK.
Not quite ready for general use yet.
Diffstat (limited to 'x11/wxhaskell/patches')
-rw-r--r--x11/wxhaskell/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/wxhaskell/patches/patch-aa b/x11/wxhaskell/patches/patch-aa
new file mode 100644
index 00000000000..56e6ddc42ef
--- /dev/null
+++ b/x11/wxhaskell/patches/patch-aa
@@ -0,0 +1,19 @@
+*** makefile.orig Tue Jul 27 16:12:15 2004
+--- makefile Sat Nov 20 16:35:27 2004
+***************
+*** 632,638 ****
+ WXC-OBJS =$(call make-objs, $(WXC-OUTDIR), $(WXC-SOURCES))
+ WXC-DEPS =$(call make-deps, $(WXC-OUTDIR), $(WXC-SOURCES))
+ WXC-LIBS =$(WXWIN-LIBS)
+! WXC-CXXFLAGS =$(WXWIN-CXXFLAGS) -I$(WXC-INCDIR)
+
+
+ wxc: wxc-dirs $(WXC-LIB)
+--- 632,638 ----
+ WXC-OBJS =$(call make-objs, $(WXC-OUTDIR), $(WXC-SOURCES))
+ WXC-DEPS =$(call make-deps, $(WXC-OUTDIR), $(WXC-SOURCES))
+ WXC-LIBS =$(WXWIN-LIBS)
+! WXC-CXXFLAGS =$(WXWIN-CXXFLAGS) -I$(WXC-INCDIR) -I$(X11BASE)/include
+
+
+ wxc: wxc-dirs $(WXC-LIB)