all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 6e2766019bd151e8f56b648c4d905482d4941e98 567 bytes (raw)
name: gnu/packages/patches/bullet-add-fPIC-into-flags.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
diff -up bullet-2.82-r2704/CMakeLists.txt.orig bullet-2.82-r2704/CMakeLists.txt
--- bullet-2.82-r2704/CMakeLists.txt.orig	2014-12-13 00:09:49.648710180 +0100
+++ bullet-2.82-r2704/CMakeLists.txt	2014-12-13 00:10:44.205708986 +0100
@@ -17,6 +17,9 @@ IF (NOT CMAKE_BUILD_TYPE)
  SET(CMAKE_BUILD_TYPE "Release")
 ENDIF (NOT CMAKE_BUILD_TYPE) 
 
+SET(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -fPIC")
+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
+
 SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -D_DEBUG")
 #MESSAGE("CMAKE_CXX_FLAGS_DEBUG="+${CMAKE_CXX_FLAGS_DEBUG})
 

debug log:

solving 6e27660 ...
found 6e27660 in https://yhetil.org/guix/1418474497-6119-2-git-send-email-sleep_walker@suse.cz/

applying [1/1] https://yhetil.org/guix/1418474497-6119-2-git-send-email-sleep_walker@suse.cz/
diff --git a/gnu/packages/patches/bullet-add-fPIC-into-flags.patch b/gnu/packages/patches/bullet-add-fPIC-into-flags.patch
new file mode 100644
index 0000000..6e27660

1:12: trailing whitespace.
 ENDIF (NOT CMAKE_BUILD_TYPE) 
1:13: trailing whitespace.
 
1:19: trailing whitespace.
 
Checking patch gnu/packages/patches/bullet-add-fPIC-into-flags.patch...
1:19: new blank line at EOF.
+
Applied patch gnu/packages/patches/bullet-add-fPIC-into-flags.patch cleanly.
warning: 4 lines add whitespace errors.

index at:
100644 6e2766019bd151e8f56b648c4d905482d4941e98	gnu/packages/patches/bullet-add-fPIC-into-flags.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.