svn commit: r496723 - head/devel/libindicator/files

Antoine Brodin antoine at FreeBSD.org
Sun Mar 24 13:33:04 UTC 2019


Author: antoine
Date: Sun Mar 24 13:33:03 2019
New Revision: 496723
URL: https://svnweb.freebsd.org/changeset/ports/496723

Log:
  Fix build after base r345349
  
  PR:		236141

Added:
  head/devel/libindicator/files/patch-configure   (contents, props changed)

Added: head/devel/libindicator/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libindicator/files/patch-configure	Sun Mar 24 13:33:03 2019	(r496723)
@@ -0,0 +1,11 @@
+--- configure.orig	2012-09-19 15:40:08 UTC
++++ configure
+@@ -12141,7 +12141,7 @@ fi
+ esac
+ 
+ 
+-LIBINDICATOR_LIBS+="$LIBM"
++LIBINDICATOR_LIBS="$LIBINDICATOR_LIBS $LIBM"
+ 
+ ##############################
+ # Custom Junk


More information about the svn-ports-all mailing list