summaryrefslogtreecommitdiff
path: root/lang/dmd2
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2012-04-16 05:34:27 +0000
committerCy Schubert <cy@FreeBSD.org>2012-04-16 05:34:27 +0000
commitfc739d2439b71cc6dfe064e1a825f69f105cac75 (patch)
tree0dfde478a68d04e3e988bc122c68aead9289e7e9 /lang/dmd2
parentAdd build dependencies. (diff)
Fix runtime error (unable to find libphobos2).
Notes
Notes: svn path=/head/; revision=294891
Diffstat (limited to 'lang/dmd2')
-rw-r--r--lang/dmd2/Makefile1
-rw-r--r--lang/dmd2/files/patch-linux-bin32-dmd.conf8
2 files changed, 9 insertions, 0 deletions
diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile
index 0883543657d4..a4f6397456fa 100644
--- a/lang/dmd2/Makefile
+++ b/lang/dmd2/Makefile
@@ -8,6 +8,7 @@
PORTNAME= dmd
PKGNAMESUFFIX= 2
PORTVERSION= 2.059
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://ftp.digitalmars.com/
DISTNAME= dmd.${PORTVERSION}
diff --git a/lang/dmd2/files/patch-linux-bin32-dmd.conf b/lang/dmd2/files/patch-linux-bin32-dmd.conf
new file mode 100644
index 000000000000..4d18d4e06f8d
--- /dev/null
+++ b/lang/dmd2/files/patch-linux-bin32-dmd.conf
@@ -0,0 +1,8 @@
+--- ../../linux/bin32/dmd.conf.orig 2012-04-15 22:12:01.771713192 -0700
++++ ../../linux/bin32/dmd.conf 2012-04-15 22:17:51.647954697 -0700
+@@ -1,4 +1,4 @@
+
+ [Environment]
+
+-DFLAGS=-I/usr/local/include/d/phobos2 -I/usr/local/include/d/druntime/import -L-L/usr/local/lib32 -L-L%@P%/../lib64 -L--no-warn-search-mismatch -L--export-dynamic
++DFLAGS=-I/usr/local/include/d/phobos2 -I/usr/local/include/d/druntime/import -L-L/usr/local/lib -L--no-warn-search-mismatch -L--export-dynamic