pkgsrc/x11/openmotif/patches/patch-aq
dmcmahill 122963b7a2 fix build problems on pmax (maybe others) by making the NetBSD.cf file
be the same as our patched one in the vnc package.  Problem pointed out
by Daniel Senderowicz <daniel@bicho.SynchroDS.COM> on port-pmax.  Thanks
to Johnny Lam for help in pointing me to the remaining bug.
2001-12-01 02:00:42 +00:00

11 lines
447 B
Text

$NetBSD: patch-aq,v 1.1 2001/12/01 02:00:43 dmcmahill Exp $
--- clients/uil/Imakefile.orig Thu Nov 29 09:34:10 2001
+++ clients/uil/Imakefile Thu Nov 29 22:17:48 2001
@@ -74,5 +74,5 @@
UilLstMac.o UilSemVal.o UilSemCSet.o UilDB.o
-#if DoSharedLib && DoNormalLib
+#if DoSharedLib && DoNormalLib && SeparateSharedCompile
NORMAL_OBJ = unshared/UilCmd.o unshared/UilDiags.o \
unshared/UilKeyTab.o unshared/UilLexAna.o unshared/UilLexPars.o \