From 5696a09dccfd6c13d70bb9cafcd7d730bc894540 Mon Sep 17 00:00:00 2001 From: Todd Vierling Date: Tue, 15 Dec 1998 12:58:18 +0000 Subject: [PATCH] graphics/psdrv forgets to pull in @DLLFLAGS@, and so is compiled non-PIC if using --enable-dll. --- graphics/psdrv/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/psdrv/Makefile.in b/graphics/psdrv/Makefile.in index 764a09294b2..206966d0143 100644 --- a/graphics/psdrv/Makefile.in +++ b/graphics/psdrv/Makefile.in @@ -1,4 +1,4 @@ -DEFS = -D__WINE__ +DEFS = @DLLFLAGS@ -D__WINE__ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@