summaryrefslogtreecommitdiffstats
path: root/x11/gnome-screensaver/files/patch-data_Makefile.in
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 14:01:15 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-04-30 14:01:15 +0800
commite498c9a0d734c0f8c4817d52a88d2c1524edf6fa (patch)
tree465d5da6967e0b1e2ab928da9462be8d30af7728 /x11/gnome-screensaver/files/patch-data_Makefile.in
parent27f48380d39d698ae9e27c27790814e2b3c8e1c2 (diff)
downloadmarcuscom-ports-e498c9a0d734c0f8c4817d52a88d2c1524edf6fa.tar
marcuscom-ports-e498c9a0d734c0f8c4817d52a88d2c1524edf6fa.tar.gz
marcuscom-ports-e498c9a0d734c0f8c4817d52a88d2c1524edf6fa.tar.bz2
marcuscom-ports-e498c9a0d734c0f8c4817d52a88d2c1524edf6fa.tar.lz
marcuscom-ports-e498c9a0d734c0f8c4817d52a88d2c1524edf6fa.tar.xz
marcuscom-ports-e498c9a0d734c0f8c4817d52a88d2c1524edf6fa.tar.zst
marcuscom-ports-e498c9a0d734c0f8c4817d52a88d2c1524edf6fa.zip
- Update to 2.15.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6168 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-screensaver/files/patch-data_Makefile.in')
-rw-r--r--x11/gnome-screensaver/files/patch-data_Makefile.in73
1 files changed, 73 insertions, 0 deletions
diff --git a/x11/gnome-screensaver/files/patch-data_Makefile.in b/x11/gnome-screensaver/files/patch-data_Makefile.in
new file mode 100644
index 000000000..a474e9ef2
--- /dev/null
+++ b/x11/gnome-screensaver/files/patch-data_Makefile.in
@@ -0,0 +1,73 @@
+--- data/Makefile.in.orig Mon Nov 7 05:37:01 2005
++++ data/Makefile.in Mon Nov 7 05:37:38 2005
+@@ -737,38 +737,38 @@
+ @GCONF_SCHEMAS_INSTALL_FALSE@install-data-local:
+
+ install-data-hook:
+- @system=`uname`; \
+- if test -f /usr/include/security/pam_appl.h; then \
+- if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \
+- $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \
+- chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \
+- fi; \
+- if test $$system = Linux; then \
+- if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; then \
+- $(INSTALL_DATA) gnome-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; \
+- fi; \
+- if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \
+- echo "***" ; \
+- echo "*** Warning: gnome-screensaver has been compiled with support for" ; \
+- echo "*** Pluggable Authentication Modules (PAM). However, you may need to" ; \
+- echo "*** manually install $(PAM_PREFIX)/pam.d/gnome-screensaver" ; \
+- echo "*** to /etc/pam.d/gnome-screensaver. Otherwise, unlocking might" ; \
+- echo "*** not work." ; \
+- echo "***" ; \
+- echo "*** Note: If you are using SuSE/Novell you may have to modify this file." ; \
+- echo "***" ; \
+- fi; \
+- fi; \
+- if test $$system = SunOS; then \
+- echo "***" ; \
+- echo "*** Warning: gnome-screensaver has been compiled with support for" ; \
+- echo "*** Pluggable Authentication Modules (PAM). However, you" ; \
+- echo "*** need to manually add authentication for gnome-screensaver in" ; \
+- echo "*** $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \
+- echo "*** Otherwise, unlocking might not work." ; \
+- echo "***" ; \
+- fi; \
+- fi
++# @system=`uname`; \
++# if test -f /usr/include/security/pam_appl.h; then \
++# if test '!' -d $(DESTDIR)$(PAM_PREFIX)/pam.d; then \
++# $(mkinstalldirs) $(DESTDIR)$(PAM_PREFIX)/pam.d; \
++# chmod 755 $(DESTDIR)$(PAM_PREFIX)/pam.d; \
++# fi; \
++# if test $$system = Linux; then \
++# if test '!' -f $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; then \
++# $(INSTALL_DATA) gnome-screensaver $(DESTDIR)$(PAM_PREFIX)/pam.d/gnome-screensaver; \
++# fi; \
++# if test "x$(PAM_PREFIX)" != "x/etc/pam.d"; then \
++# echo "***" ; \
++# echo "*** Warning: gnome-screensaver has been compiled with support for" ; \
++# echo "*** Pluggable Authentication Modules (PAM). However, you may need to" ; \
++# echo "*** manually install $(PAM_PREFIX)/pam.d/gnome-screensaver" ; \
++# echo "*** to /etc/pam.d/gnome-screensaver. Otherwise, unlocking might" ; \
++# echo "*** not work." ; \
++# echo "***" ; \
++# echo "*** Note: If you are using SuSE/Novell you may have to modify this file." ; \
++# echo "***" ; \
++# fi; \
++# fi; \
++# if test $$system = SunOS; then \
++# echo "***" ; \
++# echo "*** Warning: gnome-screensaver has been compiled with support for" ; \
++# echo "*** Pluggable Authentication Modules (PAM). However, you" ; \
++# echo "*** need to manually add authentication for gnome-screensaver in" ; \
++# echo "*** $(PAM_PREFIX)/pam.conf or /etc/pam.conf." ; \
++# echo "*** Otherwise, unlocking might not work." ; \
++# echo "***" ; \
++# fi; \
++# fi
+ # 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: