mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
472 B
Plaintext
14 lines
472 B
Plaintext
$NetBSD: patch-ab,v 1.7 2011/11/30 21:07:20 wiz Exp $
|
|
|
|
--- src/Makefile.in.orig 2011-08-27 15:27:38.000000000 +0000
|
|
+++ src/Makefile.in
|
|
@@ -412,7 +412,7 @@ libpstoedit_la_SOURCES = \
|
|
genericints.h \
|
|
version.h
|
|
|
|
-libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl -lm
|
|
+libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -lm
|
|
libpstoedit_la_LDFLAGS = -no-undefined
|
|
pstoedit_SOURCES = cmdmain.cpp
|
|
pstoedit_LDADD = libpstoedit.la ${LIBLD_LDFLAGS}
|