You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-physics/meep/files/meep-1.2-pc-no-ldflags.patch

13 lines
503 B

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)
##############################################################################