diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-04-04 13:35:04 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-04 13:35:04 +0000 |
commit | d4a6a28d790adc6b83ba6a7bbb7089b8b99be88e (patch) | |
tree | c7ff3aa5aaf2ad9d7bde713e7108989095dd2234 /devel/chrpath | |
parent | 1beeccf64dbbd43f1d85477234a88ecfc9af1f45 (diff) |
Notes
Diffstat (limited to 'devel/chrpath')
-rw-r--r-- | devel/chrpath/Makefile | 2 | ||||
-rw-r--r-- | devel/chrpath/files/patch-testsuite__Makefile.in | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/devel/chrpath/Makefile b/devel/chrpath/Makefile index 359efe1e6e09..712a72ee16b3 100644 --- a/devel/chrpath/Makefile +++ b/devel/chrpath/Makefile @@ -3,7 +3,7 @@ PORTNAME= chrpath PORTVERSION= 0.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel sysutils MASTER_SITES= http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/ diff --git a/devel/chrpath/files/patch-testsuite__Makefile.in b/devel/chrpath/files/patch-testsuite__Makefile.in new file mode 100644 index 000000000000..ed84c486828f --- /dev/null +++ b/devel/chrpath/files/patch-testsuite__Makefile.in @@ -0,0 +1,11 @@ +--- ./testsuite/Makefile.in.orig 2004-09-19 10:42:53.000000000 +0200 ++++ ./testsuite/Makefile.in 2014-04-04 15:32:16.000000000 +0200 +@@ -259,7 +259,7 @@ + + + prog: prog.c +- $(CC) $(RPATH) -o $@ $< ++ $(CC) -Wl,$(RPATH) -o $@ $< + + check: $(CHRPATH) + $(srcdir)/runtest.sh |