freebsd-ports/devel/hs-drift/files/patch-src__Makefile.in
Gabor Pali 46e9ab0ca5 - Update The Glorious Glasgow Haskell Compiler to version 7.4.1
Please note that port revision for all the Haskell ports without version changes
are also bumped.  Other per-port updates are coming soon (in separate commits)!
In addition to that, separate -docs ports are no longer needed so they are
now removed.

Thanks ashish@ for the assistance.

Obtained from:	FreeBSD Haskell
2012-06-03 20:52:29 +00:00

11 lines
456 B
Text

--- ./src/Makefile.in.orig 2008-02-10 15:41:19.000000000 +0100
+++ ./src/Makefile.in 2012-05-13 11:54:07.000000000 +0200
@@ -364,7 +364,7 @@
# all: DrIFT
DrIFT: $(DrIFT_SOURCES) $(nodist_DrIFT_SOURCES)
- $(HC) $(HCFLAGS) -i. -i@srcdir@ -hidir . -odir . -o $@ --make @srcdir@/DrIFT.hs
+ $(HC) $(HCFLAGS) -i. -i@srcdir@ -hidir . -odir . -o $@ --make @srcdir@/DrIFT.hs -package random
#.hs.o:
# $(HC) -O -i. -i@srcdir@ $(HCFLAGS) -hidir . -o $@ -c $<