patch-src_Makefile_in 1.6 KB

12345678910111213141516171819202122232425262728293031
  1. $OpenBSD: patch-src_Makefile_in,v 1.7 2015/07/19 15:06:14 steven Exp $
  2. --- src/Makefile.in.orig Sun Dec 28 21:39:54 2014
  3. +++ src/Makefile.in Sun Jul 19 16:28:22 2015
  4. @@ -383,7 +383,7 @@ libp2edrvstd_la_SOURCES = \
  5. $(sample_drivers_src)
  6. libp2edrvstd_la_LIBADD = libpstoedit.la
  7. -libp2edrvstd_la_LDFLAGS = -no-undefined -module
  8. +libp2edrvstd_la_LDFLAGS = -no-undefined -module -avoid-version
  9. #libp2edrvplugins_la_SOURCES=drvmif.cpp drvcgm.cpp drvrtf.cpp drvwwmf.cpp
  10. #libp2edrvplugins_la_LIBADD=
  11. @@ -402,7 +402,7 @@ libp2edrvswf_la_LDFLAGS = -no-undefined -module
  12. # note the __ stand for ++ - automake treats all no alphanums chars as _
  13. libp2edrvmagick___la_SOURCES = drvmagick++.cpp drvmagick++.h initlibrary.cpp
  14. libp2edrvmagick___la_LIBADD = ${LIBMAGICK_LDFLAGS} libpstoedit.la
  15. -libp2edrvmagick___la_LDFLAGS = -no-undefined -module
  16. +libp2edrvmagick___la_LDFLAGS = -no-undefined -module -avoid-version
  17. @USE_EMFBYSOURCE_FALSE@libp2edrvwmf_la_SOURCES = drvwmf.cpp drvwmf.h initlibrary.cpp
  18. # moved to configure.ac because needed only for g++ libp2edrvmagick___la_CPPFLAGS=$(LIBMAGICK_CFLAGS) $(AM_CPPFLAGS) -Wno-long-long
  19. @USE_EMFBYSOURCE_TRUE@libp2edrvwmf_la_SOURCES = emflib.cpp drvwmf.cpp drvwmf.h initlibrary.cpp
  20. @@ -427,7 +427,7 @@ libpstoedit_la_SOURCES = \
  21. genericints.h \
  22. version.h
  23. -libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -ldl -lm
  24. +libpstoedit_la_LIBADD = ${CXX_STD_LIB} ${CXX_RUNTIME_LIB} -lm
  25. libpstoedit_la_LDFLAGS = -no-undefined
  26. pstoedit_SOURCES = cmdmain.cpp
  27. pstoedit_LDADD = libpstoedit.la ${LIBLD_LDFLAGS}