summaryrefslogtreecommitdiffstats
path: root/palm/gnomepilot2
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-04-22 03:54:45 +0000
committermarcus <marcus@FreeBSD.org>2005-04-22 03:54:45 +0000
commit594924e2578d0c893f86600e14ea06aa46004b22 (patch)
tree3baf0e428ba7ffe4cb3e4499017c8fc8f8bda3f4 /palm/gnomepilot2
parent9360236ed8988b43f9274691b35b17655fcfcc81 (diff)
downloadFreeBSD-ports-594924e2578d0c893f86600e14ea06aa46004b22.zip
FreeBSD-ports-594924e2578d0c893f86600e14ea06aa46004b22.tar.gz
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
Diffstat (limited to 'palm/gnomepilot2')
-rw-r--r--palm/gnomepilot2/Makefile2
-rw-r--r--palm/gnomepilot2/files/patch-libgpilotdCM_Makefile.in11
2 files changed, 12 insertions, 1 deletions
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)
OpenPOWER on IntegriCloud