aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/dolphin-emu
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-08-22 18:01:59 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-08-22 18:01:59 +0800
commitb5638930cd397aaabc7a4da81cdde4728b357ecf (patch)
treecd6c75c88eb8ab8c831bb1c540569e4137f53d30 /emulators/dolphin-emu
parenta5083d0ed367d18496071f51b5015ae4d595d99e (diff)
downloadfreebsd-ports-gnome-b5638930cd397aaabc7a4da81cdde4728b357ecf.tar.gz
freebsd-ports-gnome-b5638930cd397aaabc7a4da81cdde4728b357ecf.tar.zst
freebsd-ports-gnome-b5638930cd397aaabc7a4da81cdde4728b357ecf.zip
- Add missing patch
Diffstat (limited to 'emulators/dolphin-emu')
-rw-r--r--emulators/dolphin-emu/files/patch-Externals-SFML-CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/emulators/dolphin-emu/files/patch-Externals-SFML-CMakeLists.txt b/emulators/dolphin-emu/files/patch-Externals-SFML-CMakeLists.txt
new file mode 100644
index 000000000000..fee720230cbc
--- /dev/null
+++ b/emulators/dolphin-emu/files/patch-Externals-SFML-CMakeLists.txt
@@ -0,0 +1,8 @@
+--- Externals/SFML/CMakeLists.txt.orig 2011-08-22 19:09:51.000000000 +0400
++++ Externals/SFML/CMakeLists.txt 2014-08-20 17:38:07.000000000 +0400
+@@ -1,4 +1,4 @@
+-include_directories(include)
++include_directories(BEFORE include)
+
+ set(SRCS src/SFML/Network/Ftp.cpp
+ src/SFML/Network/Http.cpp