1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/comms/gnokii/files/patch-xgnokii-Makefile.in
Guido Falsi 8274f12d4f - Fix configure when both X11 and SMSD options are off [1]
(this port always requires glib20)
- While here regenerate patches to silence portlint warnings

Reporterd by:	Marc van Houtum <marc at dutchsecurity.net> (by email) [1]
2015-06-15 14:36:21 +00:00

12 lines
499 B
Plaintext

--- xgnokii/Makefile.in.orig 2015-06-15 14:14:28 UTC
+++ xgnokii/Makefile.in
@@ -67,7 +67,7 @@ am_xgnokii_OBJECTS = xgnokii-xgnokii.$(O
xgnokii-xgnokii_xring.$(OBJEXT) \
xgnokii-xgnokii_lowlevel.$(OBJEXT) \
xgnokii-xgnokii_data.$(OBJEXT)
-xgnokii_OBJECTS = $(am_xgnokii_OBJECTS)
+xgnokii_OBJECTS = $(am_xgnokii_OBJECTS) /usr/lib/libsdp.so
am__DEPENDENCIES_1 =
xgnokii_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1) $(top_builddir)/common/libgnokii.la \