1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Link the gnome-pilot libraries correctly so they play nice with the new

pkg-config.

Reported by:	Sven Esbjerg <esbjerg@xbsd.net>
This commit is contained in:
Joe Marcus Clarke 2005-04-22 01:07:07 +00:00
parent 7c91bb5cd6
commit 5edb8c647e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133893
4 changed files with 42 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= gnomepilot2
PORTVERSION= 2.0.13
PORTREVISION= 1
CATEGORIES= palm comms gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-pilot/2.0

View File

@ -0,0 +1,20 @@
--- gpilotd/Makefile.in.orig Thu Apr 21 20:56:17 2005
+++ gpilotd/Makefile.in Thu Apr 21 21:00:38 2005
@@ -70,7 +70,7 @@
"$(DESTDIR)$(libgpilotdincludedir)"
gpilotdlibsLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(gpilotdlibs_LTLIBRARIES)
-libgpilotd_la_LIBADD =
+libgpilotd_la_LIBADD = $(GNOME_PILOT_LIBS)
am__objects_1 =
am__objects_2 = gnome-pilot-common.lo gnome-pilot-skels.lo \
gnome-pilot-stubs.lo $(am__objects_1)
@@ -78,7 +78,7 @@
am_libgpilotd_la_OBJECTS = $(am__objects_2) $(am__objects_3) \
$(am__objects_1)
libgpilotd_la_OBJECTS = $(am_libgpilotd_la_OBJECTS)
-libgpilotdconduit_la_LIBADD =
+libgpilotdconduit_la_LIBADD = $(GNOME_PILOT_LIBS)
am__objects_4 = gnome-pilot-conduit.lo gnome-pilot-conduit-file.lo \
gnome-pilot-conduit-backup.lo gnome-pilot-conduit-standard.lo \
$(am__objects_1)

View File

@ -7,6 +7,7 @@
PORTNAME= gnomepilot2
PORTVERSION= 2.0.13
PORTREVISION= 1
CATEGORIES= palm comms gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-pilot/2.0

View File

@ -0,0 +1,20 @@
--- gpilotd/Makefile.in.orig Thu Apr 21 20:56:17 2005
+++ gpilotd/Makefile.in Thu Apr 21 21:00:38 2005
@@ -70,7 +70,7 @@
"$(DESTDIR)$(libgpilotdincludedir)"
gpilotdlibsLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(gpilotdlibs_LTLIBRARIES)
-libgpilotd_la_LIBADD =
+libgpilotd_la_LIBADD = $(GNOME_PILOT_LIBS)
am__objects_1 =
am__objects_2 = gnome-pilot-common.lo gnome-pilot-skels.lo \
gnome-pilot-stubs.lo $(am__objects_1)
@@ -78,7 +78,7 @@
am_libgpilotd_la_OBJECTS = $(am__objects_2) $(am__objects_3) \
$(am__objects_1)
libgpilotd_la_OBJECTS = $(am_libgpilotd_la_OBJECTS)
-libgpilotdconduit_la_LIBADD =
+libgpilotdconduit_la_LIBADD = $(GNOME_PILOT_LIBS)
am__objects_4 = gnome-pilot-conduit.lo gnome-pilot-conduit-file.lo \
gnome-pilot-conduit-backup.lo gnome-pilot-conduit-standard.lo \
$(am__objects_1)