summaryrefslogtreecommitdiff
path: root/security/seahorse
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-03-15 18:21:04 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-03-15 18:21:04 +0000
commit153aa7492e487a89d021c270cf53b9e96e56024c (patch)
tree22eb1785fe91f6901666a3afc0bd09a615ff8923 /security/seahorse
parentFix plist after update to 02 patch bundle (diff)
Fix the build on bento and a few other users' machines.
* Add USE_GMAKE * Patch a problem with generating the glib-marshal code Approved by: portmgr (kris)
Notes
Notes: svn path=/head/; revision=77133
Diffstat (limited to 'security/seahorse')
-rw-r--r--security/seahorse/Makefile1
-rw-r--r--security/seahorse/files/patch-Makefile.in16
2 files changed, 17 insertions, 0 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index d842cd7d6f5b..7bb7e7d47350 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -20,6 +20,7 @@ LIB_DEPENDS= gpgme.9:${PORTSDIR}/security/gpgme \
glade-2.0.0:${PORTSDIR}/devel/libglade2
USE_X_PREFIX= yes
+USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gnomehack gnomeprefix
GNU_CONFIGURE= yes
diff --git a/security/seahorse/files/patch-Makefile.in b/security/seahorse/files/patch-Makefile.in
new file mode 100644
index 000000000000..c3fe76800e4b
--- /dev/null
+++ b/security/seahorse/files/patch-Makefile.in
@@ -0,0 +1,16 @@
+--- src/Makefile.in.orig Sat Mar 15 13:18:02 2003
++++ src/Makefile.in Sat Mar 15 13:18:35 2003
+@@ -586,11 +586,11 @@
+
+
+ seahorse-marshal.h: seahorse-marshal.list $(GLIB_GENMARSHAL)
+- $(GLIB_GENMARSHAL) $< --header --prefix=seahorse-marshal > $@
++ $(GLIB_GENMARSHAL) $< --header --prefix=seahorse_marshal > $@
+
+ seahorse-marshal.c: seahorse-marshal.list $(GLIB_GENMARSHAL)
+ echo "#include \"seahorse-marshal.h\"" > $@ && \
+- $(GLIB_GENMARSHAL) $< --body --prefix=seahorse-marshal >> $@
++ $(GLIB_GENMARSHAL) $< --body --prefix=seahorse_marshal >> $@
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT: