aboutsummaryrefslogtreecommitdiff
path: root/emulators/joytran/files
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-05-02 14:46:08 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-05-02 14:46:08 +0000
commit56d2b3484201a7a9cf486b02b9e548d8f56b1876 (patch)
treea321774fd7800b3d82ab04d17b9ec0fc9705c9e9 /emulators/joytran/files
parent06613f44814ccfb65a102dc8e1907be054c81a5e (diff)
downloadports-56d2b3484201a7a9cf486b02b9e548d8f56b1876.tar.gz
ports-56d2b3484201a7a9cf486b02b9e548d8f56b1876.zip
Update to version 0.9.5
PR: ports/178294 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
Notes
Notes: svn path=/head/; revision=317125
Diffstat (limited to 'emulators/joytran/files')
-rw-r--r--emulators/joytran/files/patch-CMakeLists.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/emulators/joytran/files/patch-CMakeLists.txt b/emulators/joytran/files/patch-CMakeLists.txt
deleted file mode 100644
index 173615a1a295..000000000000
--- a/emulators/joytran/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,22 +0,0 @@
---- CMakeLists.txt.orig 2012-03-29 01:34:41.000000000 -0700
-+++ CMakeLists.txt 2012-03-29 13:24:33.000000000 -0700
-@@ -2,7 +2,6 @@
- CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
-
- ## On means use clang, off means use gcc
--OPTION(USE_CLANG "build with clang" ON) # On is the default
- OPTION(INSTALL_DOCUMENTATION "install documentation" ON) # On is the default
-
- ## Files that will be included in the build-release target
-@@ -151,11 +150,6 @@
- MESSAGE(WARNING "If you want to build the X11 plugin, please install X11.")
- ENDIF(X11_X11_INCLUDE_PATH)
-
--IF(USE_CLANG)
-- MESSAGE(STATUS "Using clang as a compiler")
-- SET(CMAKE_C_COMPILER "clang")
--ENDIF(USE_CLANG)
--
- ## add include directories build project in src
- INCLUDE_DIRECTORIES(${CMAKE_INCLUDE_PATH} src)
- ADD_SUBDIRECTORY(src)