aboutsummaryrefslogtreecommitdiffstats
path: root/palm/gnome-pilot
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-04-22 11:54:45 +0800
committermarcus <marcus@FreeBSD.org>2005-04-22 11:54:45 +0800
commit594924e2578d0c893f86600e14ea06aa46004b22 (patch)
tree3baf0e428ba7ffe4cb3e4499017c8fc8f8bda3f4 /palm/gnome-pilot
parent9360236ed8988b43f9274691b35b17655fcfcc81 (diff)
downloadfreebsd-ports-graphics-594924e2578d0c893f86600e14ea06aa46004b22.tar.gz
freebsd-ports-graphics-594924e2578d0c893f86600e14ea06aa46004b22.tar.zst
freebsd-ports-graphics-594924e2578d0c893f86600e14ea06aa46004b22.zip
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/gnome-pilot')
-rw-r--r--palm/gnome-pilot/Makefile2
-rw-r--r--palm/gnome-pilot/files/patch-libgpilotdCM_Makefile.in11
2 files changed, 12 insertions, 1 deletions
diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile
index 135ec318a98..7831945094c 100644
--- a/palm/gnome-pilot/Makefile
+++ b/palm/gnome-pilot/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/gnome-pilot/files/patch-libgpilotdCM_Makefile.in b/palm/gnome-pilot/files/patch-libgpilotdCM_Makefile.in
new file mode 100644
index 00000000000..b53e0ee3cbe
--- /dev/null
+++ b/palm/gnome-pilot/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)