freebsd-ports/audio/rosegarden/files/patch-configure
Pawel Pekala ada99036c4 - Update to version 12.12
- Sort USE_ flags, port needs pkg-config during build
- Add missing deps
2012-12-11 21:19:19 +00:00

11 lines
317 B
Text

--- 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" = xyes; then :
LIBS="$LIBS -ldl"
-else
- as_fn_error $? "Failed to find required dl library" "$LINENO" 5
fi