aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-12-03 14:34:02 +0100
committerJustin Lecher <jlec@gentoo.org>2013-12-03 14:34:02 +0100
commitcda66a1a4d2ab6c0cc57c15d9090eb1c59080dd0 (patch)
treeb7ed14a6df0622f51fb19356a2041a80bb425136 /sci-misc/elmer-meshgen2d/files
parentsci-misc/elmer-meta: Bump EAPI; fix DESCRIPTION; drop keywords from live ebuild (diff)
downloadsci-cda66a1a4d2ab6c0cc57c15d9090eb1c59080dd0.tar.gz
sci-cda66a1a4d2ab6c0cc57c15d9090eb1c59080dd0.tar.bz2
sci-cda66a1a4d2ab6c0cc57c15d9090eb1c59080dd0.zip
sci-misc/elmer-meshgen2d: Bump EAPI; fix DESCRIPTION; drop keywords from live ebuild; use correct phase functions; simplify configure
Package-Manager: portage-2.2.7
Diffstat (limited to 'sci-misc/elmer-meshgen2d/files')
-rw-r--r--sci-misc/elmer-meshgen2d/files/elmer-meshgen2d-6.0_p4651-oof.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-misc/elmer-meshgen2d/files/elmer-meshgen2d-6.0_p4651-oof.patch b/sci-misc/elmer-meshgen2d/files/elmer-meshgen2d-6.0_p4651-oof.patch
new file mode 100644
index 000000000..49ab50640
--- /dev/null
+++ b/sci-misc/elmer-meshgen2d/files/elmer-meshgen2d-6.0_p4651-oof.patch
@@ -0,0 +1,17 @@
+ src/Makefile.am | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index d33d999..8111609 100755
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -2,7 +2,8 @@
+ SUBDIRS=include
+
+ INCLUDES = \
+- -I./include
++ -I$(srcdir)/include \
++ -I$(builddir)/include
+
+ bin_PROGRAMS = ElmerMesh2D Mesh2D
+