9b3f7a6f44
make sense xsa@, looks good mjc@
16 lines
493 B
Plaintext
16 lines
493 B
Plaintext
$OpenBSD: patch-pygtk-2_0_pc_in,v 1.1 2004/11/10 10:24:16 alek Exp $
|
|
--- pygtk-2.0.pc.in.orig Sat Feb 8 23:39:21 2003
|
|
+++ pygtk-2.0.pc.in Tue Nov 9 23:51:30 2004
|
|
@@ -1,7 +1,7 @@
|
|
-prefix=@prefix@
|
|
-exec_prefix=@exec_prefix@
|
|
-includedir=@includedir@
|
|
-datadir=@datadir@
|
|
+prefix=%%PREFIX%%
|
|
+exec_prefix=${prefix}/bin
|
|
+includedir=${prefix}/include
|
|
+datadir=${prefix}/share
|
|
|
|
# you can use the --variable=pygtkincludedir argument to
|
|
# pkg-config to get this value. You might want to use this to
|