summaryrefslogtreecommitdiff
path: root/x11/imake/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-01-31 14:38:15 +0000
committerxtraeme <xtraeme>2004-01-31 14:38:15 +0000
commitda44ca5a32fb10a20bfbd5fd7884fb9dad897663 (patch)
tree7454d522325a91c8ee7c6d4a9814089b9ff15c85 /x11/imake/patches
parent05f1b9ab2d3b80af435de6fbe28c7ae49c2abf72 (diff)
downloadpkgsrc-da44ca5a32fb10a20bfbd5fd7884fb9dad897663.tar.gz
Simplify imake package doing the following changes:
o Use IMAKE_* variables defined in defs.${OPSYS}.mk for the manpages. o Disable compression of manual pages in FreeBSD.
Diffstat (limited to 'x11/imake/patches')
-rw-r--r--x11/imake/patches/patch-ac23
1 files changed, 16 insertions, 7 deletions
diff --git a/x11/imake/patches/patch-ac b/x11/imake/patches/patch-ac
index cd6c5eb981a..2a50ba5c0bf 100644
--- a/x11/imake/patches/patch-ac
+++ b/x11/imake/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.1.1.1 2004/01/24 08:43:27 xtraeme Exp $
+$NetBSD: patch-ac,v 1.2 2004/01/31 14:38:15 xtraeme Exp $
---- config/cf/FreeBSD.cf.in.orig 2003-07-21 09:25:49.000000000 +0000
-+++ config/cf/FreeBSD.cf.in 2003-07-21 09:28:10.000000000 +0000
+--- config/cf/FreeBSD.cf.in.orig Sat Jan 31 15:05:04 2004
++++ config/cf/FreeBSD.cf.in Sat Jan 31 15:07:28 2004
@@ -161,15 +161,10 @@
*
* ld: warning: libXThrStub.so.6, needed by libX11.so, not found
@@ -13,8 +13,8 @@ $NetBSD: patch-ac,v 1.1.1.1 2004/01/24 08:43:27 xtraeme Exp $
-# define CcCmd cc
-# define CplusplusCmd c++
-#endif
-+# define CcCmd @@PKGSRC_CC@@
-+# define CplusplusCmd @@PKGSRC_CXX@@
++#define CcCmd @@PKGSRC_CC@@
++#define CplusplusCmd @@PKGSRC_CXX@@
-#define CppCmd /usr/bin/cpp
+#define CppCmd @@PKGSRC_CPP@@
@@ -26,7 +26,7 @@ $NetBSD: patch-ac,v 1.1.1.1 2004/01/24 08:43:27 xtraeme Exp $
#define DefaultCCOptions /**/
#else
-#define DefaultCCOptions -ansi -pedantic -Dasm=__asm GccWarningOptions
-+#define DefaultCCOptions -ansi -Dasm=__asm GccWarningOptions
++#define DefaultCCOptions -ansi -Dasm=__asm
#endif
#endif
#ifndef ExtraLibraries
@@ -47,7 +47,16 @@ $NetBSD: patch-ac,v 1.1.1.1 2004/01/24 08:43:27 xtraeme Exp $
-# define OptimizedCDebugFlags -O
-#endif
+#define DefaultGcc2i386Opt
-+#define OptimizedCDebugFlags @@PKGSRC_CFLAGS@@
++#define OptimizedCDebugFlags @@PKGSRC_CFLAGS@@
#ifndef PreIncDir
# define PreIncDir /usr/include
+@@ -519,7 +505,7 @@
+ * Compress manual pages
+ */
+ #ifndef CompressManPages
+-# define CompressManPages YES
++# define CompressManPages NO
+ #endif
+
+ #if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion >= 1)