diff options
Diffstat (limited to 'app-crypt/xca/files/xca-0.9.1-ldflags.patch')
-rw-r--r-- | app-crypt/xca/files/xca-0.9.1-ldflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-crypt/xca/files/xca-0.9.1-ldflags.patch b/app-crypt/xca/files/xca-0.9.1-ldflags.patch new file mode 100644 index 000000000000..175e1edef195 --- /dev/null +++ b/app-crypt/xca/files/xca-0.9.1-ldflags.patch @@ -0,0 +1,11 @@ +--- configure 2011-11-07 01:09:32.000000000 -0500 ++++ configure.new 2012-11-04 15:23:20.572917111 -0500 +@@ -42,7 +42,7 @@ + prefix=${prefix:=/usr/local} + CFLAGS=${CFLAGS:=-Wall -ggdb -O2} + CC=${CC:=gcc} +-LDFLAGS="" ++LDFLAGS="${LDFLAGS}" + LIBS="-lstdc++" + LDIRS= + MOC=moc |