From 594924e2578d0c893f86600e14ea06aa46004b22 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 22 Apr 2005 03:54:45 +0000 Subject: Commit a patch forgotten in the last commit: Link the gnome-pilot libraries correctly so they play nice with the new pkg-config. Reminded by: bland --- palm/gnomepilot2/Makefile | 2 +- palm/gnomepilot2/files/patch-libgpilotdCM_Makefile.in | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 palm/gnomepilot2/files/patch-libgpilotdCM_Makefile.in (limited to 'palm/gnomepilot2') diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile index 135ec31..7831945 100644 --- a/palm/gnomepilot2/Makefile +++ b/palm/gnomepilot2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomepilot2 PORTVERSION= 2.0.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= palm comms gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-pilot/2.0 diff --git a/palm/gnomepilot2/files/patch-libgpilotdCM_Makefile.in b/palm/gnomepilot2/files/patch-libgpilotdCM_Makefile.in new file mode 100644 index 0000000..b53e0ee --- /dev/null +++ b/palm/gnomepilot2/files/patch-libgpilotdCM_Makefile.in @@ -0,0 +1,11 @@ +--- libgpilotdCM/Makefile.in.orig Thu Apr 21 23:51:24 2005 ++++ libgpilotdCM/Makefile.in Thu Apr 21 23:51:39 2005 +@@ -60,7 +60,7 @@ + "$(DESTDIR)$(libgpilotdcmincludedir)" + gpilotdcmlibsLTLIBRARIES_INSTALL = $(INSTALL) + LTLIBRARIES = $(gpilotdcmlibs_LTLIBRARIES) +-libgpilotdcm_la_LIBADD = ++libgpilotdcm_la_LIBADD = $(GNOME_PILOT_LIBS) + am__objects_1 = gnome-pilot-conduit-management.lo \ + gnome-pilot-conduit-config.lo + am_libgpilotdcm_la_OBJECTS = $(am__objects_1) -- cgit v1.1