opnsense-ports/net/spread4/files/patch-examples__Makefile.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
372 B
Text

--- examples/Makefile.in.orig 2012-03-21 00:26:01.000000000 +0100
+++ examples/Makefile.in 2013-01-22 12:02:41.000000000 +0100
@@ -30,7 +30,7 @@
LIBSPREADUTIL_DIR=../libspread-util
LIBSPREADUTIL_PATHS=-I$(LIBSPREADUTIL_DIR)/include -I$(top_srcdir)/libspread-util/include
LIBSPREADUTIL_LDFLAGS=-rdynamic
-LIBSPREADUTIL_LIBS=-ldl
+LIBSPREADUTIL_LIBS=
CC=@CC@
LD=@LD@