mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Fix build with libc++ [1]
- While here, rename patches so they are consistent with how "make makepatch" names them Submitted by: rm (via email) [1]
This commit is contained in:
parent
a2c536c06d
commit
2515d37e63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329716
11
finance/libofx/files/patch-lib__Makefile.am
Normal file
11
finance/libofx/files/patch-lib__Makefile.am
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./lib/Makefile.am.orig 2013-10-07 04:12:01.000000000 -0400
|
||||
+++ ./lib/Makefile.am 2013-10-07 04:12:16.000000000 -0400
|
||||
@@ -45,7 +45,7 @@
|
||||
-DMAKEFILE_DTD_PATH=\"${LIBOFX_DTD_DIR}\"
|
||||
|
||||
#libofx_la_LIBADD = @LIBOBJS@ ${OPENSPLIBS} -lstdc++
|
||||
-libofx_la_LIBADD = $(OPENSPLIBS) $(ICONV_LIBS) -lstdc++
|
||||
+libofx_la_LIBADD = $(OPENSPLIBS) $(ICONV_LIBS)
|
||||
libofx_la_LDFLAGS = -no-undefined -version-info @LIBOFX_SO_CURRENT@:@LIBOFX_SO_REVISION@:@LIBOFX_SO_AGE@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user