diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-12-14 18:34:01 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-12-14 18:34:01 +0000 |
commit | e900206ae798111e3cdd163962bd0338d2b7f85b (patch) | |
tree | 986462e5b47db4e4c086304c65cf297783dcc5db /emulators/mess | |
parent | 9eeb08fd93d97434ae906a2afe6b0b1e3379c02b (diff) | |
download | ports-e900206ae798111e3cdd163962bd0338d2b7f85b.tar.gz ports-e900206ae798111e3cdd163962bd0338d2b7f85b.zip |
Notes
Diffstat (limited to 'emulators/mess')
-rw-r--r-- | emulators/mess/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 61483b2e6ede..9a74ab9a2eba 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -126,6 +126,7 @@ post-patch: s|^BUILD_JPEGLIB|# BUILD_JPEGLIB| ; \ s| = @gcc| := $$(CC)| ; \ s| = @g++| := $$(CXX)| ; \ + s| = @python| := @${PYTHON_CMD}| ; \ s|-O$$(OPTIMIZE)|| ; \ /--warn-common/s|= -Wl,|= $$(GCC_LDFLAGS) -Wl,| ; \ /LDFLAGS/s|-s|| ; \ |