diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-11 21:19:19 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-11 21:19:19 +0000 |
commit | ada99036c46303de5c3a748f993b428de8f1446c (patch) | |
tree | f6daa74cd610c990da69f23543436f2de60e7817 /audio/rosegarden/files | |
parent | 58740d6b8692a792a71a42d2a10b5d42f4ef599a (diff) |
Notes
Diffstat (limited to 'audio/rosegarden/files')
-rw-r--r-- | audio/rosegarden/files/patch-configure | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/audio/rosegarden/files/patch-configure b/audio/rosegarden/files/patch-configure index 320c59317281..5f21a725958c 100644 --- a/audio/rosegarden/files/patch-configure +++ b/audio/rosegarden/files/patch-configure @@ -1,13 +1,11 @@ ---- configure.orig 2010-06-09 12:33:23.000000000 +0700 -+++ configure 2010-06-09 12:34:06.000000000 +0700 -@@ -4971,9 +4971,7 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 +--- configure.orig 2012-12-10 21:30:47.000000000 +0100 ++++ configure 2012-12-10 21:31:26.000000000 +0100 +@@ -4998,8 +4998,6 @@ $as_echo "$ac_cv_lib_dl_dlopen" >&6; } - if test "x$ac_cv_lib_dl_dlopen" = x""yes; then : -- LIBS="$LIBS -ldl" + if test "x$ac_cv_lib_dl_dlopen" = xyes; then : + LIBS="$LIBS -ldl" -else -- as_fn_error "Failed to find required dl library" "$LINENO" 5 -+ LIBS="$LIBS" +- as_fn_error $? "Failed to find required dl library" "$LINENO" 5 fi |