pkgsrc/print/xpdfopen/patches/patch-Makefile.in

14 lines
522 B
Text
Raw Normal View History

$NetBSD: patch-Makefile.in,v 1.1.1.1 2011/10/27 18:42:48 minskim Exp $
--- Makefile.in.orig 2011-05-19 07:58:35.000000000 +0000
+++ Makefile.in
@@ -208,7 +208,7 @@ top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I ../../m4
AM_CFLAGS = $(WARNING_CFLAGS)
INCLUDES = $(X_CFLAGS)
-LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS)
+LDADD = $(X_LIBS) -lX11 $(X_EXTRA_LIBS)
common_sources = sendx.c sendx.h utils.c utils.h xpdfopen.h
pdfopen_SOURCES = pdfopen.c $(common_sources)
pdfclose_SOURCES = pdfclose.c $(common_sources)