diff options
Diffstat (limited to 'x11/wxGTK/patches/patch-ad')
-rw-r--r-- | x11/wxGTK/patches/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/wxGTK/patches/patch-ad b/x11/wxGTK/patches/patch-ad deleted file mode 100644 index ce0063f7036..00000000000 --- a/x11/wxGTK/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.3 2004/01/10 14:23:52 recht Exp $ - ---- wx-config.in.orig 2003-09-21 13:31:27.000000000 +0200 -+++ wx-config.in 2003-09-25 00:31:44.000000000 +0200 -@@ -147,7 +147,7 @@ - if test $static_flag = yes ; then - echo "$libs @LDFLAGS@ @WXCONFIG_RPATH@ @libdir@/@WXCONFIG_LIBS_STATIC@ @LIBS@ @DMALLOC_LIBS@" - else -- echo $libs @LDFLAGS@ @WXCONFIG_RPATH@ @WXCONFIG_LIBS@ @DMALLOC_LIBS@ -+ echo $libs @LDFLAGS@ @WXCONFIG_RPATH@ @WXCONFIG_LIBS@ @LIBS@ @DMALLOC_LIBS@ - fi - - ;; |