diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-24 23:06:30 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-24 23:06:30 +0800 |
commit | c20f2bdf7b2e58cbdbf7c29ea892b78c6a5402a9 (patch) | |
tree | b6a3cc05c562d9eab7a1510ddab3beb788e3ec62 | |
parent | eb2addcd8ba0007c786803049ca21f75046e6457 (diff) | |
download | marcuscom-ports-c20f2bdf7b2e58cbdbf7c29ea892b78c6a5402a9.tar marcuscom-ports-c20f2bdf7b2e58cbdbf7c29ea892b78c6a5402a9.tar.gz marcuscom-ports-c20f2bdf7b2e58cbdbf7c29ea892b78c6a5402a9.tar.bz2 marcuscom-ports-c20f2bdf7b2e58cbdbf7c29ea892b78c6a5402a9.tar.lz marcuscom-ports-c20f2bdf7b2e58cbdbf7c29ea892b78c6a5402a9.tar.xz marcuscom-ports-c20f2bdf7b2e58cbdbf7c29ea892b78c6a5402a9.tar.zst marcuscom-ports-c20f2bdf7b2e58cbdbf7c29ea892b78c6a5402a9.zip |
Forgot to remove this during the 0.0.14 update.
Reminded by: sajd on #freebsd-gnome
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4865 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-screensaver/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/gnome-screensaver/files/patch-configure b/x11/gnome-screensaver/files/patch-configure deleted file mode 100644 index 949d7c202..000000000 --- a/x11/gnome-screensaver/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Fri Jul 8 14:42:17 2005 -+++ configure Fri Jul 8 14:42:18 2005 -@@ -25855,7 +25855,7 @@ - gdmconfigfile="$withval" - fi; - --if test "x$gdmconfigfile" == "x" -o "x$gdmconfigfile" == "xno"; then -+if test "x$gdmconfigfile" = "x" -o "x$gdmconfigfile" = "xno"; then - echo "$as_me:$LINENO: checking for gdm.conf" >&5 - echo $ECHO_N "checking for gdm.conf... $ECHO_C" >&6 - |