12345678910111213141516171819202122232425262728293031 |
- $OpenBSD: patch-src_Makefile_in,v 1.7 2015/07/19 15:06:14 steven Exp $
- --- src/Makefile.in.orig Sun Dec 28 21:39:54 2014
- +++ src/Makefile.in Sun Jul 19 16:28:22 2015
- @@ -383,7 +383,7 @@ libp2edrvstd_la_SOURCES = \
- $(sample_drivers_src)
-
- libp2edrvstd_la_LIBADD = libpstoedit.la
- -libp2edrvstd_la_LDFLAGS = -no-undefined -module
- +libp2edrvstd_la_LDFLAGS = -no-undefined -module -avoid-version
-
- #libp2edrvplugins_la_SOURCES=drvmif.cpp drvcgm.cpp drvrtf.cpp drvwwmf.cpp
- #libp2edrvplugins_la_LIBADD=
- @@ -402,7 +402,7 @@ libp2edrvswf_la_LDFLAGS = -no-undefined -module
- # note the __ stand for ++ - automake treats all no alphanums chars as _
- libp2edrvmagick___la_SOURCES = drvmagick++.cpp drvmagick++.h initlibrary.cpp
- libp2edrvmagick___la_LIBADD = ${LIBMAGICK_LDFLAGS} libpstoedit.la
- -libp2edrvmagick___la_LDFLAGS = -no-undefined -module
- +libp2edrvmagick___la_LDFLAGS = -no-undefined -module -avoid-version
- @USE_EMFBYSOURCE_FALSE@libp2edrvwmf_la_SOURCES = drvwmf.cpp drvwmf.h initlibrary.cpp
- # moved to configure.ac because needed only for g++ libp2edrvmagick___la_CPPFLAGS=$(LIBMAGICK_CFLAGS) $(AM_CPPFLAGS) -Wno-long-long
- @USE_EMFBYSOURCE_TRUE@libp2edrvwmf_la_SOURCES = emflib.cpp drvwmf.cpp drvwmf.h initlibrary.cpp
- @@ -427,7 +427,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}
|