ports/lang/dmd2/files.bootstrap/patch-src__phobos__posix.mak
Cy Schubert cb0164d3dc Previously this port used library files packaged in the distribution
tarball. However the latest tarball released by Digital Mars contains
library files for only the O/S-architecture supported by the tarball.
The port now builds all libraries and files required to build the port
from source, installing the library needed to run compiled D programs.
The advantage to this is that previously only i386 and amd64 were
supported whereas now this port should install on all architectures.
2016-04-09 07:23:45 +00:00

11 lines
281 B
Makefile

--- ../../src/phobos/posix.mak.orig 2016-04-08 22:04:38.300872000 -0700
+++ ../../src/phobos/posix.mak 2016-04-08 22:11:33.637271000 -0700
@@ -121,7 +121,7 @@
DMD = wine dmd.exe
RUN = wine
else
- DMD = ../dmd/src/dmd
+ DMD = ../dmd/dmd
ifeq ($(OS),win32)
CC = dmc
else