diff options
Diffstat (limited to 'x11-wm/ion-devel/files/system.mk-20030814-no-utf8.patch')
-rw-r--r-- | x11-wm/ion-devel/files/system.mk-20030814-no-utf8.patch | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/x11-wm/ion-devel/files/system.mk-20030814-no-utf8.patch b/x11-wm/ion-devel/files/system.mk-20030814-no-utf8.patch deleted file mode 100644 index b4ec6c3700e3..000000000000 --- a/x11-wm/ion-devel/files/system.mk-20030814-no-utf8.patch +++ /dev/null @@ -1,61 +0,0 @@ ---- ion-devel-20030814/system.mk 2003-07-30 16:14:46.000000000 +0200 -+++ ion-devel/system.mk 2003-08-18 14:04:32.000000000 +0200 -@@ -7,7 +7,7 @@ - ## Installation paths - ## - --PREFIX=/usr/local/ion-devel -+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,13 +15,13 @@ - # 'ioncore' binary and 'ion' script - BINDIR=$(PREFIX)/bin - # Configuration .lua files --ETCDIR=$(PREFIX)/etc/ion-devel -+ETCDIR=/etc/X11/ion-devel - # Some .lua files and ion-* shell scripts - SHAREDIR=$(PREFIX)/share/ion-devel - # Manual pages --MANDIR=$(PREFIX)/man -+MANDIR=$(PREFIX)/share/man - # Some documents --DOCDIR=$(PREFIX)/doc/ion-devel -+DOCDIR=$(PREFIX)/share/doc/@PF@ - # Nothing at the moment - INCDIR=$(PREFIX)/include/ion-devel - # Nothing at the moment -@@ -72,9 +72,9 @@ - - # If you have installed Lua 5.0 from the official tarball without changing - # paths, this so do it. --LUA_PATH=/usr/local --LUA_LIBS = -L$(LUA_PATH)/lib -R$(LUA_PATH)/lib -llua -llualib --LUA_INCLUDES = -I$(LUA_PATH)/include -+LUA_PATH=/usr -+LUA_LIBS = -llua -llualib -+LUA_INCLUDES = - LUA=$(LUA_PATH)/bin/lua - - # If you are using the Debian packages, the following settings should be -@@ -137,7 +137,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 - - - ## -@@ -174,8 +174,8 @@ - # following should optimize function calls to Lua a little. - #C99_SOURCE=-std=c99 -DCF_HAS_VA_COPY - --CFLAGS=-g -Os $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) --LDFLAGS=-g -Os $(LIBS) $(EXTRA_LIBS) -+CFLAGS=@CFLAGS@ $(WARN) $(DEFINES) $(INCLUDES) $(EXTRA_INCLUDES) -+LDFLAGS=@CFLAGS@ $(LIBS) $(EXTRA_LIBS) - - - ## |