diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 11:21:59 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-20 11:21:59 +0000 |
commit | 0d2725682b8325a08b11592d11062997bb9dc7f2 (patch) | |
tree | 46ab0c86563bfc2fbab1ecc5f9dadffb47afe737 /emulators/openmsx | |
parent | 750f1f56ed3264341b911b1182fc2f3f4dd609c2 (diff) | |
download | ports-0d2725682b8325a08b11592d11062997bb9dc7f2.tar.gz ports-0d2725682b8325a08b11592d11062997bb9dc7f2.zip |
Notes
Diffstat (limited to 'emulators/openmsx')
-rw-r--r-- | emulators/openmsx/files/patch-build_platform-freebsd.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/openmsx/files/patch-build_platform-freebsd.mk b/emulators/openmsx/files/patch-build_platform-freebsd.mk new file mode 100644 index 000000000000..3a4bf8d45c14 --- /dev/null +++ b/emulators/openmsx/files/patch-build_platform-freebsd.mk @@ -0,0 +1,11 @@ +--- ./build/platform-freebsd.mk.orig Tue Sep 12 17:34:24 2006 ++++ ./build/platform-freebsd.mk Tue Sep 12 17:34:38 2006 +@@ -45,7 +45,7 @@ + # Meta-port "sdl_ldbad" makes symlink to sdl11-config as sdl-config. + # But for users who use packages only, here use sdl11-config from ports/packages "sdl12". + # Why "11" even "sdl12" ? We don't know. Ask to maintainer of "sdl12" ports/packages... +-SDLCONFIGSCRIPT?=$(PKGBASE)/bin/sdl11-config ++SDLCONFIGSCRIPT?=$(PKGBASE)/bin/sdl-config + + SDL_CFLAGS:=`$(SDLCONFIGSCRIPT) --cflags 2>> $(LOG)` + |