From bb3a6db0635f178f1af680e7824fb6bbee76a086 Mon Sep 17 00:00:00 2001 From: brad Date: Sat, 19 Apr 2003 20:06:47 +0000 Subject: [PATCH] this is no longer necessary. --- x11/rxvt/patches/patch-autoconf_Make_common_in | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 x11/rxvt/patches/patch-autoconf_Make_common_in diff --git a/x11/rxvt/patches/patch-autoconf_Make_common_in b/x11/rxvt/patches/patch-autoconf_Make_common_in deleted file mode 100644 index f783786f199..00000000000 --- a/x11/rxvt/patches/patch-autoconf_Make_common_in +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-autoconf_Make_common_in,v 1.1 2003/04/17 19:08:32 wilfried Exp $ ---- autoconf/Make.common.in.orig Sun Mar 28 08:15:42 1999 -+++ autoconf/Make.common.in Thu Apr 17 21:02:15 2003 -@@ -62,7 +62,7 @@ DLIB = @DLIB@ - XINC = @X_CFLAGS@ @XPM_CFLAGS@ - - # extra libraries needed by X on some systems, X library location --XLIB = @X_LIBS@ @XPM_LIBS@ -lX11 @X_EXTRA_LIBS@ -+XLIB = @X_LIBS@ @XPM_LIBS@ -lX11 -lXext @X_EXTRA_LIBS@ - - # End of common section of the Makefile - #-------------------------------------------------------------------------