~ubuntu-branches/ubuntu/raring/agg/raring

« back to all changes in this revision

Viewing changes to debian/patches/04_no_rpath.dpatch

  • Committer: Package Import Robot
  • Author(s): Andrea Veri
  • Date: 2012-05-01 21:31:31 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120501213131-j45720h6afvr00zx
Tags: 2.5+dfsg1-7
* debian/patches/08-fix-kfreebsd-ftbfs.patch:
  - added to prevent a FTBFS on kfreebsd-*. (Closes: #671069)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 04_no_rpath.dpatch by  <rene@debian.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: No description.
6
 
 
7
 
@DPATCH@
8
 
diff -urNad agg-2.4~/libagg.pc.in agg-2.4/libagg.pc.in
9
 
--- agg-2.4~/libagg.pc.in       2006-07-10 11:27:16.000000000 +0200
10
 
+++ agg-2.4/libagg.pc.in        2006-07-10 11:28:51.000000000 +0200
11
 
@@ -6,5 +6,5 @@
12
 
 Name: libagg
13
 
 Description: Anti Grain Geometry - A High Quality Rendering Engine for C++
14
 
 Version: @VERSION@
15
 
-Libs: -L${libdir} -Wl,-rpath,${exec_prefix}/lib -lagg_pic
16
 
+Libs: -L${libdir} -lagg_pic
17
 
 Cflags: -I${includedir}