mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
525 B
Plaintext
14 lines
525 B
Plaintext
$NetBSD: patch-ac,v 1.8 2013/05/21 14:38:40 hans Exp $
|
|
|
|
--- wrlib/Makefile.in 2013-05-14 22:11:11.000000000 +0000
|
|
+++ wrlib/Makefile.in.orig
|
|
@@ -321,7 +321,7 @@ SUBDIRS = .
|
|
AUTOMAKE_OPTIONS =
|
|
EXTRA_DIST = tests libwraster.map get-wraster-flags.in
|
|
lib_LTLIBRARIES = libwraster.la
|
|
-libwraster_la_LDFLAGS = -version-info @WRASTER_VERSION@ \
|
|
+libwraster_la_LDFLAGS = @LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ -lm -version-info @WRASTER_VERSION@ \
|
|
$(am__append_1)
|
|
bin_SCRIPTS = get-wraster-flags
|
|
include_HEADERS = wraster.h
|