Skip to content

Commit

Permalink
mpgtx: Remove obsolete -s flag from ldflags
Browse files Browse the repository at this point in the history
Fixes build failure on some systems.

Closes: https://trac.macports.org/ticket/59761
  • Loading branch information
ryandesign committed Nov 26, 2019
1 parent 7e6b224 commit 56f2f4e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions multimedia/mpgtx/files/patch-configure.diff
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@
cat << EOF >__LFStest.cpp
#include <stdio.h>
int main(){
@@ -193,7 +193,6 @@
fi

if test $devel = "no" -a $debug = "no"; then
-lflags="$lflags -s";
cflags="$cflags $optimization_cflags";
fi

0 comments on commit 56f2f4e

Please sign in to comment.