File: pkgconfig-file.patch

package info (click to toggle)
portsmf 0.1~svn20101010-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 1,000 kB
  • sloc: cpp: 6,109; sh: 994; makefile: 39
file content (20 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Fix and install pkgconfig file.
Author: Benjamin Drung <bdrung@debian.org>

--- a/portSMF.pc.in
+++ b/portSMF.pc.in
@@ -1,3 +1,5 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,3 +44,6 @@
 # Documentation files that should be both distributed and installed in the doc
 # directory,
 dist_doc_DATA = README.txt license.txt
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = portSMF.pc