summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/meep/files/meep-1.2-pc-no-ldflags.patch')
-rw-r--r--sci-physics/meep/files/meep-1.2-pc-no-ldflags.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-physics/meep/files/meep-1.2-pc-no-ldflags.patch b/sci-physics/meep/files/meep-1.2-pc-no-ldflags.patch
deleted file mode 100644
index d7b2f72eaffc..000000000000
--- a/sci-physics/meep/files/meep-1.2-pc-no-ldflags.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur meep-1.2.orig/configure.ac meep-1.2/configure.ac
---- meep-1.2.orig/configure.ac 2012-08-14 21:52:13.000000000 +0100
-+++ meep-1.2/configure.ac 2012-08-14 21:54:49.000000000 +0100
-@@ -224,7 +224,7 @@
- ##############################################################################
- # Libraries and flags (other than -lmeep) required to link Meep:
-
--MEEPLIBS="$LDFLAGS $LIBS"
-+MEEPLIBS="$LIBS"
- AC_SUBST(MEEPLIBS)
-
- ##############################################################################