diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-13 14:03:40 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-13 14:03:40 +0000 |
commit | 14f994af37d6816d42f797c9abcbcd34c6ad638d (patch) | |
tree | 030bd849010633cb7d52781de922a0d19d09747d /x11-toolkits/gnome-look/files | |
parent | aa2eae1be95ec2177bc48d08cb1e85c6d742658d (diff) | |
download | FreeBSD-ports-14f994af37d6816d42f797c9abcbcd34c6ad638d.zip FreeBSD-ports-14f994af37d6816d42f797c9abcbcd34c6ad638d.tar.gz |
Initial import of gnome-look - a yet another GTK+ theme engine.
Diffstat (limited to 'x11-toolkits/gnome-look/files')
-rw-r--r-- | x11-toolkits/gnome-look/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gnome-look/files/patch-aa b/x11-toolkits/gnome-look/files/patch-aa new file mode 100644 index 0000000..05e56c2 --- /dev/null +++ b/x11-toolkits/gnome-look/files/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Jun 13 16:10:20 2000 ++++ Makefile.in Tue Jun 13 16:10:34 2000 +@@ -84,7 +84,7 @@ + engine_LTLIBRARIES = libgnomelook.la + libgnomelook_la_SOURCES = gnomelook_theme_draw.c gnomelook_theme_main.c gnomelook_theme.h + +-libgnomelook_la_LDFLAGS = -export-dynamic ++libgnomelook_la_LDFLAGS = -export-dynamic -avoid-version + + themedir = $(datadir)/themes/Gnome-Look/gtk + theme_DATA = gtkrc |