diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /feh/feh-1.2.6/cross.patch | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'feh/feh-1.2.6/cross.patch')
-rw-r--r-- | feh/feh-1.2.6/cross.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/feh/feh-1.2.6/cross.patch b/feh/feh-1.2.6/cross.patch deleted file mode 100644 index 0117ced81d..0000000000 --- a/feh/feh-1.2.6/cross.patch +++ /dev/null @@ -1,31 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- feh-1.2.6/./src/Makefile.am~cross -+++ feh-1.2.6/./src/Makefile.am -@@ -2,8 +2,7 @@ - MAINTAINERCLEANFILES = Makefile.in - - LDFLAGS = -L/usr/X11R6/lib --INCLUDES = -I/usr/X11R6/include $(X_CFLAGS) \ -- -I$(prefix)/include -I$(includedir) \ -+INCLUDES = $(X_CFLAGS) \ - -I. -I$(top_srcdir)/src \ - -DPREFIX=\""$(prefix)"\" \ - @IMLIB_CFLAGS@ @GIBLIB_CFLAGS@ ---- feh-1.2.6/./Makefile.am~cross -+++ feh-1.2.6/./Makefile.am -@@ -5,9 +5,8 @@ - # A list of all the files in the current directory which can be regenerated - MAINTAINERCLEANFILES = Makefile.in feh.spec - --LDFLAGS = -L/usr/X11R6/lib -L/usr/lib -L/usr/local/lib --INCLUDES = -I/usr/X11R6/include \ --$(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -+LDFLAGS = -L/usr/X11R6/lib -+INCLUDES = $(X_CFLAGS) -I. - - man_MANS = feh.1 - |