summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/gip/files/gip-1.6.1.1-asneeded.patch')
-rw-r--r--net-misc/gip/files/gip-1.6.1.1-asneeded.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/gip/files/gip-1.6.1.1-asneeded.patch b/net-misc/gip/files/gip-1.6.1.1-asneeded.patch
new file mode 100644
index 000000000000..31f510073612
--- /dev/null
+++ b/net-misc/gip/files/gip-1.6.1.1-asneeded.patch
@@ -0,0 +1,11 @@
+--- installer/build_files.sh.orig 2005-09-13 20:20:31.000000000 +0200
++++ installer/build_files.sh 2009-01-05 19:08:00.144971152 +0100
+@@ -122,7 +122,7 @@
+ if [ "$SHARED" = "" ]; then
+ # Link as an executable.
+ set -x
+- g++ $CFLAGS $LFLAGS -o $OUTFILE $OBJECTFILES
++ g++ $CFLAGS $LDFLAGS -o $OUTFILE $OBJECTFILES $LFLAGS
+ ERR="$?"
+ set +x
+ else