mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
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.
11 lines
281 B
Makefile
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
|