summaryrefslogtreecommitdiff
path: root/x11/fvwm2
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-11-10 00:58:07 +0000
committerhubertf <hubertf@pkgsrc.org>1997-11-10 00:58:07 +0000
commite4077ca99d8689d89e290ccc1b434a175da9c246 (patch)
treec564fc97528d12c02d771dbd806d8b6ed1743d5c /x11/fvwm2
parent6591e6b54c6f17eabc1b90e10079945861bd9117 (diff)
downloadpkgsrc-e4077ca99d8689d89e290ccc1b434a175da9c246.tar.gz
not needed on NetBSD
Diffstat (limited to 'x11/fvwm2')
-rw-r--r--x11/fvwm2/patches/patch-ab22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/fvwm2/patches/patch-ab b/x11/fvwm2/patches/patch-ab
deleted file mode 100644
index 68312691167..00000000000
--- a/x11/fvwm2/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
---- Fvwm.tmpl.dist Wed Jan 22 22:38:49 1997
-+++ Fvwm.tmpl Thu Jan 30 15:24:10 1997
-@@ -408,8 +408,19 @@
- #else
- #ifdef i386SVR4Architecture
- KLUDGE_LIBS = -lnsl -lsocket
-+#else
-+#if defined(FreeBSDArchitecture)
-+KLUDGE_LIBS = -lxpg4
-+#ifdef notdef /* Hmm, I think it should be processed in FreeBSD.cf... */
-+#if OSMajorVersion < 2 || (OSMajorVersion == 2 && OSMinorVersion < 2)
-+KLUDGE_LIBS =
-+#else
-+KLUDGE_LIBS = -lxpg4
-+#endif /* FreeBSD 2.2 */
-+#endif /* notdef */
- #else /* all other systems shouldn't need anything */
- KLUDGE_LIBS =
-+#endif /* FreeBSDArchitecture */
- #endif /* i386SVR4Architecture */
- #endif /* HPArchitecture */
- #endif /* AlphaArchitecture */