aboutsummaryrefslogtreecommitdiff
path: root/palm/gnomepilot2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-22 01:07:07 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-04-22 01:07:07 +0000
commit5edb8c647eebae59a290cae54c3f36f06b015668 (patch)
treec95cfcffa7a77a06cee732ec8b4e04cbc50fc1de /palm/gnomepilot2
parent7c91bb5cd64f52c15936f06debc738605796b335 (diff)
downloadports-5edb8c647eebae59a290cae54c3f36f06b015668.tar.gz
ports-5edb8c647eebae59a290cae54c3f36f06b015668.zip
Link the gnome-pilot libraries correctly so they play nice with the new
pkg-config. Reported by: Sven Esbjerg <esbjerg@xbsd.net>
Notes
Notes: svn path=/head/; revision=133893
Diffstat (limited to 'palm/gnomepilot2')
-rw-r--r--palm/gnomepilot2/Makefile1
-rw-r--r--palm/gnomepilot2/files/patch-gpilotd_Makefile.in20
2 files changed, 21 insertions, 0 deletions
diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile
index 65605c1d597f..135ec318a987 100644
--- a/palm/gnomepilot2/Makefile
+++ b/palm/gnomepilot2/Makefile
@@ -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
diff --git a/palm/gnomepilot2/files/patch-gpilotd_Makefile.in b/palm/gnomepilot2/files/patch-gpilotd_Makefile.in
new file mode 100644
index 000000000000..dd048e721643
--- /dev/null
+++ b/palm/gnomepilot2/files/patch-gpilotd_Makefile.in
@@ -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)