diff options
Diffstat (limited to 'lang/dmd2')
-rw-r--r-- | lang/dmd2/Makefile | 1 | ||||
-rw-r--r-- | lang/dmd2/files/patch-linux-bin32-dmd.conf | 8 |
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
|