diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-25 14:14:35 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-25 14:14:35 +0800 |
commit | 646c9252aed002ccc3371781d89f8de739e03c11 (patch) | |
tree | 2514aa89f6497000ab85a4246907864681074753 /x11/gnome-libs/files/patch-bf | |
parent | 575899836bb1dfe2cbb8dbab117fded9ae01d84e (diff) | |
download | marcuscom-ports-646c9252aed002ccc3371781d89f8de739e03c11.tar marcuscom-ports-646c9252aed002ccc3371781d89f8de739e03c11.tar.gz marcuscom-ports-646c9252aed002ccc3371781d89f8de739e03c11.tar.bz2 marcuscom-ports-646c9252aed002ccc3371781d89f8de739e03c11.tar.lz marcuscom-ports-646c9252aed002ccc3371781d89f8de739e03c11.tar.xz marcuscom-ports-646c9252aed002ccc3371781d89f8de739e03c11.tar.zst marcuscom-ports-646c9252aed002ccc3371781d89f8de739e03c11.zip |
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6790 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-libs/files/patch-bf')
-rw-r--r-- | x11/gnome-libs/files/patch-bf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/gnome-libs/files/patch-bf b/x11/gnome-libs/files/patch-bf new file mode 100644 index 000000000..4e10c904b --- /dev/null +++ b/x11/gnome-libs/files/patch-bf @@ -0,0 +1,20 @@ +--- support/Makefile.in.orig Thu Apr 8 11:33:39 1999 ++++ support/Makefile.in Thu Apr 8 08:46:59 1999 +@@ -148,7 +148,7 @@ + mcserv = @mcserv@ + need_gnome_support = @need_gnome_support@ + +-supportexecincludedir = $(pkglibdir)/include ++supportexecincludedir = $(includedir) + + INCLUDES = -D_GNU_SOURCE + +@@ -170,7 +170,7 @@ + + libgnomesupport_la_SOURCES = gnomesupport.h $(popt_sources) gnome-argp.c + libgnomesupport_la_LIBADD = @LTLIBOBJS@ +-libgnomesupport_la_LDFLAGS = -version-info 0:0:0 ++libgnomesupport_la_LDFLAGS = -version-info 5:0:0 + + BUILT_SOURCES = gnomesupport.h + |