summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-11 04:46:10 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-11 04:46:10 +0800
commit485d31558761607d20f2d67f4c06a946e0fcb5d5 (patch)
treeaa41603be0251d36d3fa2aa0b0baabef4420a3a1 /x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in
parent1aa60032bbe3f6bbe545e17d3de25c5309a2e18d (diff)
downloadmarcuscom-ports-485d31558761607d20f2d67f4c06a946e0fcb5d5.tar.gz
marcuscom-ports-485d31558761607d20f2d67f4c06a946e0fcb5d5.tar.zst
marcuscom-ports-485d31558761607d20f2d67f4c06a946e0fcb5d5.zip
-Add CONFLICTS with the each others.
-Add GNOME_DESKTOP_VERSION. Maybe it can be resolved the conflict by rename libexec/gnome-pty-helper. It's only a binary that is conflict. Need to research it to see if it can be renamed git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15790 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in')
-rw-r--r--x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in b/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in
new file mode 100644
index 000000000..93f9d08da
--- /dev/null
+++ b/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in
@@ -0,0 +1,13 @@
+--- gnome-pty-helper/Makefile.in.orig 2009-05-06 01:20:54.000000000 -0400
++++ gnome-pty-helper/Makefile.in 2009-05-06 01:21:30.000000000 -0400
+@@ -590,8 +590,8 @@ uninstall-am: uninstall-libexecPROGRAMS
+
+
+ install-exec-hook:
+- chown root.utmp $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
+- chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
++ chown root:wheel $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
++ chmod u+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
+
+ -include $(top_srcdir)/git.mk
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.