diff options
author | joerg <joerg@FreeBSD.org> | 2008-01-18 15:59:13 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2008-01-18 15:59:13 +0800 |
commit | e264e4a0faff7d31b075658336079b7fb597cb5b (patch) | |
tree | dfe95390bd7f74f5f86782f82eb9eff860bd13ff /devel | |
parent | 001e608a908b302ff7db2050dd078f3d4ff5aa3c (diff) | |
download | freebsd-ports-gnome-e264e4a0faff7d31b075658336079b7fb597cb5b.tar.gz freebsd-ports-gnome-e264e4a0faff7d31b075658336079b7fb597cb5b.tar.zst freebsd-ports-gnome-e264e4a0faff7d31b075658336079b7fb597cb5b.zip |
Forgot to cvs add this file in the previous commit.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gwenhywfar/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gwenhywfar/files/patch-Makefile.in b/devel/gwenhywfar/files/patch-Makefile.in new file mode 100644 index 000000000000..400de67646ce --- /dev/null +++ b/devel/gwenhywfar/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Oct 15 21:42:31 2007 ++++ Makefile.in Fri Jan 18 06:10:00 2008 +@@ -293,7 +293,7 @@ + dist_M4_DATA = gwenhywfar.m4 + ACLOCAL_AMFLAGS = -I m4 + BUILT_SOURCES = gwenhywfar/version.h gwenhywfar/types.h gwenhywfar/system.h +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(libdir)/../libdata/pkgconfig + pkgconfig_DATA = gwenhywfar.pc + + # Rule for using the Inno Setup compiler. The path to iscc.exe is |