pkgsrc/x11/vte029/patches/patch-gnome-pty-helper_Makefile.am
ryoon 441b8f54df Import vte029-0.32.2 as x11/vte029.
Terminal widget with improved font, internationalization and
accessibility support for the GNOME 3 desktop.
2012-08-10 13:46:01 +00:00

31 lines
1.1 KiB
Text

$NetBSD: patch-gnome-pty-helper_Makefile.am,v 1.1 2012/08/10 13:46:01 ryoon Exp $
* Fix conflict with x11/vte's gnome-pty-heloper
--- gnome-pty-helper/Makefile.am.orig 2012-03-08 20:37:13.000000000 +0000
+++ gnome-pty-helper/Makefile.am
@@ -1,18 +1,18 @@
-libexec_PROGRAMS = gnome-pty-helper
+libexec_PROGRAMS = gnome-pty-helper029
-gnome_pty_helper_SOURCES = \
+gnome_pty_helper029_SOURCES = \
gnome-pty.h \
gnome-login-support.c \
gnome-login-support.h \
gnome-pty-helper.c \
gnome-utmp.c
-gnome_pty_helper_CFLAGS = $(SUID_CFLAGS) $(AM_CFLAGS)
-gnome_pty_helper_LDFLAGS = $(SUID_LDFLAGS) $(AM_LDFLAGS)
+gnome_pty_helper029_CFLAGS = $(SUID_CFLAGS) $(AM_CFLAGS)
+gnome_pty_helper029_LDFLAGS = $(SUID_LDFLAGS) $(AM_LDFLAGS)
install-exec-hook:
- chown root.utmp $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
- chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
+ chown root.utmp $(DESTDIR)$(libexecdir)/gnome-pty-helper029 || true
+ chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper029 || true
MAINTAINERCLEANFILES = \
$(srcdir)/INSTALL \