summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-07-24 16:55:05 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-07-24 16:55:05 +0000
commitc10d9a797fe07e01d463e96c001ff59017e213e1 (patch)
tree0e15eeacaee48e1a906464a71f59a7570a334128 /sci-physics/siscone/files
parentstable for x86 (diff)
downloadgentoo-2-c10d9a797fe07e01d463e96c001ff59017e213e1.tar.gz
gentoo-2-c10d9a797fe07e01d463e96c001ff59017e213e1.tar.bz2
gentoo-2-c10d9a797fe07e01d463e96c001ff59017e213e1.zip
initial import, dependency of fastjet
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/siscone/files')
-rw-r--r--sci-physics/siscone/files/siscone-2.0.5-headers-dir.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/sci-physics/siscone/files/siscone-2.0.5-headers-dir.patch b/sci-physics/siscone/files/siscone-2.0.5-headers-dir.patch
new file mode 100644
index 000000000000..c5928b21293f
--- /dev/null
+++ b/sci-physics/siscone/files/siscone-2.0.5-headers-dir.patch
@@ -0,0 +1,26 @@
+diff -Nur siscone-2.0.5.orig/siscone/Makefile.am siscone-2.0.5/siscone/Makefile.am
+--- siscone-2.0.5.orig/siscone/Makefile.am 2012-01-13 08:09:29.000000000 +0000
++++ siscone-2.0.5/siscone/Makefile.am 2012-07-24 17:51:17.000000000 +0100
+@@ -1,3 +1,4 @@
++
+ SUBDIRS = . spherical
+
+ # build information for the SISCone library
+@@ -27,5 +28,3 @@
+ split_merge.h\
+ vicinity.h
+
+-# Don't distribute config.h. Note that it'll be accessible through -I.
+-nodist_include_HEADERS = config.h
+diff -Nur siscone-2.0.5.orig/siscone/spherical/Makefile.am siscone-2.0.5/siscone/spherical/Makefile.am
+--- siscone-2.0.5.orig/siscone/spherical/Makefile.am 2012-01-17 13:57:37.000000000 +0000
++++ siscone-2.0.5/siscone/spherical/Makefile.am 2012-07-24 17:51:39.000000000 +0100
+@@ -15,7 +15,7 @@
+
+ # install the SISCone headers
+ sisconeincludedir = $(includedir)/siscone/spherical
+-include_HEADERS = geom_2d.h\
++sisconeinclude_HEADERS = geom_2d.h\
+ hash.h\
+ momentum.h\
+ protocones.h\