forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
451 B
Text
11 lines
451 B
Text
--- Makefile.in.orig 2014-08-18 21:23:58.000000000 +0400
|
|
+++ Makefile.in 2014-08-18 21:26:36.000000000 +0400
|
|
@@ -196,7 +196,7 @@
|
|
|
|
test_oop_SOURCES = test-oop.c
|
|
test_oop_CFLAGS = $(GLIB2_CFLAGS) $(GLIB_INCLUDES) $(TCL_INCLUDES) $(WWW_INCLUDES)
|
|
-test_oop_LDADD = $(lib_LTLIBRARIES)
|
|
+test_oop_LDADD = $(lib_LTLIBRARIES) $(GLIB2_LIBS) $(WWW_LIBS)
|
|
subdir = .
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|