diff options
author | Matti Bickel <mabi@gentoo.org> | 2008-02-09 06:41:24 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2008-02-09 06:41:24 +0000 |
commit | d775531b5ce620f21a3c64e3a6f53d28acc02100 (patch) | |
tree | 7b4ef207df15ff4d8f33619b32a548d7e45b961e /x11-wm/ion3/files/20071109/201_all_fix-paths.patch | |
parent | version bump (diff) | |
download | mabi-d775531b5ce620f21a3c64e3a6f53d28acc02100.tar.gz mabi-d775531b5ce620f21a3c64e3a6f53d28acc02100.tar.bz2 mabi-d775531b5ce620f21a3c64e3a6f53d28acc02100.zip |
final stable version. supersedes all previous versions
svn path=/; revision=15
Diffstat (limited to 'x11-wm/ion3/files/20071109/201_all_fix-paths.patch')
-rw-r--r-- | x11-wm/ion3/files/20071109/201_all_fix-paths.patch | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/x11-wm/ion3/files/20071109/201_all_fix-paths.patch b/x11-wm/ion3/files/20071109/201_all_fix-paths.patch deleted file mode 100644 index cb27bfc..0000000 --- a/x11-wm/ion3/files/20071109/201_all_fix-paths.patch +++ /dev/null @@ -1,75 +0,0 @@ ---- ion-3rc-20070708.orig/system.mk 2007-07-14 12:40:45.000000000 +0200 -+++ ion-3rc-20070708/system.mk 2007-07-14 15:54:39.000000000 +0200 -@@ -7,7 +7,7 @@ - ## Installation paths - ## - --PREFIX=/usr/local -+PREFIX=/usr - - # Unless you are creating a package conforming to some OS's standards, you - # probably do not want to modify the following directories: -@@ -15,7 +15,7 @@ - # Main binaries - BINDIR=$(PREFIX)/bin - # Configuration .lua files --ETCDIR=$(PREFIX)/etc/ion3 -+ETCDIR=/etc/X11/ion3 - # Some .lua files and ion-* shell scripts - SHAREDIR=$(PREFIX)/share/ion3 - # Manual pages -@@ -56,18 +56,18 @@ - - # If you have installed Lua 5.1 from the official tarball without changing - # paths, this should do it. --LUA_DIR=/usr/local --LUA_LIBS = -L$(LUA_DIR)/lib -llua --LUA_INCLUDES = -I$(LUA_DIR)/include --LUA=$(LUA_DIR)/bin/lua --LUAC=$(LUA_DIR)/bin/luac -+#LUA_DIR=/usr/local -+#LUA_LIBS = -L$(LUA_DIR)/lib -llua -+#LUA_INCLUDES = -I$(LUA_DIR)/include -+#LUA=$(LUA_DIR)/bin/lua -+#LUAC=$(LUA_DIR)/bin/luac - - # If you are using the Debian packages, the following settings should be - # what you want. --#LUA_LIBS=`pkg-config --libs lua5.1` --#LUA_INCLUDES=`pkg-config --cflags lua5.1` --#LUA=/usr/bin/lua5.1 --#LUAC=/usr/bin/luac5.1 -+LUA_LIBS=`pkg-config --libs lua` -+LUA_INCLUDES=`pkg-config --cflags lua` -+LUA=/usr/bin/lua -+LUAC=/usr/bin/luac - - - ## -@@ -104,7 +104,7 @@ - # asprintf and vasprintf in the c library. (gnu libc has.) - # If HAS_SYSTEM_ASPRINTF is not defined, an implementation - # in sprintf_2.2/ is used. --#HAS_SYSTEM_ASPRINTF=1 -+HAS_SYSTEM_ASPRINTF=1 - - # If you're on an archaic system (such as relatively recent *BSD releases) - # without even dummy multibyte/widechar and localisation support, you may -@@ -143,14 +143,14 @@ - - #C89_SOURCE=-ansi - --#POSIX_SOURCE=-D_POSIX_C_SOURCE=200112L -+POSIX_SOURCE=-D_POSIX_C_SOURCE=200112L - - # Most systems --#XOPEN_SOURCE=-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -+XOPEN_SOURCE=-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED - # SunOS, (Irix) - #XOPEN_SOURCE=-D__EXTENSIONS__ - --#C99_SOURCE=-std=c99 -DCF_HAS_VA_COPY -+C99_SOURCE=-std=c99 -DCF_HAS_VA_COPY - - # The -DCF_HAS_VA_COPY option should allow for some optimisations, and - # in some cases simply defining |