summaryrefslogtreecommitdiff
path: root/science/gromacs
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-07-06 09:09:14 +0000
committerJohn Marino <marino@FreeBSD.org>2014-07-06 09:09:14 +0000
commitfa7348cd08ff1f3e2f5c2fda5e6dc2007e7c76c4 (patch)
treee7114411d13310614b95f89a54757228f98b1ed2 /science/gromacs
parentirc/nefarious: stage, take 2. Add DOCS options (diff)
science/gromacs: Add DragonFly support (dports)
Notes
Notes: svn path=/head/; revision=360865
Diffstat (limited to 'science/gromacs')
-rw-r--r--science/gromacs/files/patch-CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/science/gromacs/files/patch-CMakeLists.txt b/science/gromacs/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..df262d2ca1b1
--- /dev/null
+++ b/science/gromacs/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig 2014-03-30 09:37:58.783039000 +0000
++++ CMakeLists.txt
+@@ -431,7 +431,7 @@ include(TestBigEndian)
+ test_big_endian(GMX_INTEGER_BIG_ENDIAN)
+
+
+-if(APPLE OR CYGWIN OR ${CMAKE_SYSTEM_NAME} MATCHES "Linux|.*BSD")
++if(APPLE OR CYGWIN OR ${CMAKE_SYSTEM_NAME} MATCHES "Linux|DragonFly|.*BSD")
+ # Maybe Solaris should be here? Patch this if you know!
+ SET(SHARED_LIBS_DEFAULT ON)
+ elseif(WIN32 OR ${CMAKE_SYSTEM_NAME} MATCHES "BlueGene")