1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 03:30:32 -04:00
ports/devel/libcircllhist/files/patch-configure.ac
Robert Clausecker ef377af9f7 devel/libcircllhist: Update to g20211005 and unbreak LDFLAGS
- take up maintainership of this unmaintained port
 - license has changed to APACHE20
 - upstream has moved, switch to new upstream
 - generate and install documentation
 - disable git-based version generation (tries to pick up the ports tree's git)
 - regenerate patch
 - make portlint and portclippy happy

PR:		258906
2021-10-08 14:27:58 +02:00

26 lines
539 B
Text

--- configure.ac.orig 2020-04-17 12:58:31 UTC
+++ configure.ac
@@ -31,19 +31,19 @@ AC_PATH_PROG(CTFMERGE, ctfmerge)
if test "x$GCC" = "xyes" ; then
C99FLAG="-std=c99"
- CFLAGS="$CFLAGS -g $C99FLAG"
+ CFLAGS="$CFLAGS $C99FLAG"
DEPFLAGS="-MM"
else
C99FLAG="-xc99=all"
- CFLAGS="$CFLAGS -g $C99FLAG"
+ CFLAGS="$CFLAGS $C99FLAG"
DEPFLAGS="-xM1"
fi
-SHLDFLAGS="$LDFLAGS"
+SHLDFLAGS="$LDFLAGS -Wl,-soname,libcircllhist.so.0"
DOTSO=.so
if test "x$COPT" = "x" ; then
- COPT="-O5 -DNDEBUG"
+ COPT="-DNDEBUG"
fi
case $host in