diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 15:18:33 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 15:18:33 +0200 |
commit | 0e433d4f90709226afb831f4359a1a257286e9c4 (patch) | |
tree | 27403638dc03905096c620f2fc7cf6c165a4c0ce /system/atol/no-gvfs.Makefile.diff | |
parent | c3cfad71df6b3542264b6fe20410ad0ad45822c6 (diff) | |
download | slackbuilds-0e433d4f90709226afb831f4359a1a257286e9c4.tar.gz |
system/atol: Initial import
Diffstat (limited to 'system/atol/no-gvfs.Makefile.diff')
-rw-r--r-- | system/atol/no-gvfs.Makefile.diff | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/system/atol/no-gvfs.Makefile.diff b/system/atol/no-gvfs.Makefile.diff new file mode 100644 index 0000000000..989a9f3e32 --- /dev/null +++ b/system/atol/no-gvfs.Makefile.diff @@ -0,0 +1,23 @@ +--- Makefile 2006-12-16 11:13:34.000000000 -0600 ++++ Makefile.no-gvfs 2007-01-01 20:02:01.000000000 -0600 +@@ -15,9 +15,9 @@ + archive=atol-$(VERSION)_src
+ + #define plugin install path +-plugin_dir=$(DESTDIR)$(prefix)/local/lib/atol ++plugin_dir=$(DESTDIR)$(prefix)/lib/atol + #comment this to remove gnome-vfs support +-HAVE_GNOME_VFS=1 ++#HAVE_GNOME_VFS=1 + + # To profile Atol: + # 1. uncomment "PROFILE=..." line below +@@ -32,7 +32,7 @@ + #DEBUG=-g -D_DEBUG + + CXX=g++ +-CFLAGS=-Wall ++CFLAGS+= -Wall + FLAGS=$(CFLAGS) + BIN=./bin + OBJ=./bin |