diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-12-15 21:32:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-12-15 21:32:39 +0000 |
commit | 2dd6e7f1fbd9b952eadebee75ca1e4caa2759c64 (patch) | |
tree | b4dbfa5481010805850a31fdb82ef375f27c946d /x11-drivers/synaptics/files | |
parent | Revision, which adds better logic for install locations of the driver. Also,... (diff) | |
download | historical-2dd6e7f1fbd9b952eadebee75ca1e4caa2759c64.tar.gz historical-2dd6e7f1fbd9b952eadebee75ca1e4caa2759c64.tar.bz2 historical-2dd6e7f1fbd9b952eadebee75ca1e4caa2759c64.zip |
remove old buggy version
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-drivers/synaptics/files')
-rw-r--r-- | x11-drivers/synaptics/files/digest-synaptics-0.14.4 | 1 | ||||
-rw-r--r-- | x11-drivers/synaptics/files/synaptics-0.14.4-makefile.patch | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/x11-drivers/synaptics/files/digest-synaptics-0.14.4 b/x11-drivers/synaptics/files/digest-synaptics-0.14.4 deleted file mode 100644 index e4c6cde43e5b..000000000000 --- a/x11-drivers/synaptics/files/digest-synaptics-0.14.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 ae9aef7a146346fbfc7edfdd63cdd273 synaptics-0.14.4.tar.bz2 125524 diff --git a/x11-drivers/synaptics/files/synaptics-0.14.4-makefile.patch b/x11-drivers/synaptics/files/synaptics-0.14.4-makefile.patch deleted file mode 100644 index 0ea0adc9980a..000000000000 --- a/x11-drivers/synaptics/files/synaptics-0.14.4-makefile.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.orig 2005-12-09 10:14:00.000000000 -0500 -+++ Makefile 2005-12-09 10:14:44.000000000 -0500 -@@ -7,10 +7,10 @@ - # Define the TOP variable to build using include files from a local source tree. - #TOP = /usr/src/redhat/BUILD/XFree86-4.3.0/xc - --INSTALLED_X = $(DESTDIR)/usr/X11R6 -+INSTALLED_X = $(DESTDIR)/usr - LOCAL_X = Xincludes/usr/X11R6 --BINDIR = $(DESTDIR)/usr/local/bin --MANDIR = $(DESTDIR)/usr/local/man -+BINDIR = $(DESTDIR)/usr/bin -+MANDIR = $(DESTDIR)/usr/share/man - - ifeq ($(ARCH),) - ARCH = $(shell /bin/arch) -@@ -62,10 +62,10 @@ - - CCOPTIONS := -pedantic -Wall -Wpointer-arith - CCOPTIONS += $(call check_gcc,-fno-merge-constants,) --CCOPTIONS += $(call check_gcc,-fno-pic,) -+CCOPTIONS += $(call check_gcc,) - CDEBUGFLAGS = -O2 --CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)" --CFLAGSCLIENT = $(CDEBUGFLAGS) $(CCOPTIONS) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)" -I$(X_INCLUDES_ROOT)/include -+CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)" -fPIC -+CFLAGSCLIENT = $(CDEBUGFLAGS) $(CCOPTIONS) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)" -I$(X_INCLUDES_ROOT)/include -fno-pic - - CC = gcc - |