summaryrefslogtreecommitdiff
path: root/babl
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2010-02-07 19:37:30 +0100
committerThomas Penteker <tek@serverop.de>2010-02-07 19:37:30 +0100
commit958cfba5146af1c110b728081354736f5cfd4c5d (patch)
treecdc2cd5b13f2e3c00d2bf734a6f7896e4093fe3e /babl
parentc6dbc51ab7b4caa2af46cdde08794c41c3adaef6 (diff)
downloadopt-958cfba5146af1c110b728081354736f5cfd4c5d.tar.gz
opt-958cfba5146af1c110b728081354736f5cfd4c5d.tar.xz
babl: remove unecessary patch
Diffstat (limited to 'babl')
-rw-r--r--babl/Pkgfile2
-rw-r--r--babl/unscrew-destdir.diff58
2 files changed, 0 insertions, 60 deletions
diff --git a/babl/Pkgfile b/babl/Pkgfile
index 490ea7245..150b77111 100644
--- a/babl/Pkgfile
+++ b/babl/Pkgfile
@@ -13,8 +13,6 @@ source=(ftp://ftp.gtk.org/pub/babl/0.1/$name-$version.tar.bz2 \
build() {
cd $name-$version
- #patch -i ../unscrew-destdir.diff -p1
-
./configure --prefix=/usr
make
make DESTDIR=$PKG install
diff --git a/babl/unscrew-destdir.diff b/babl/unscrew-destdir.diff
deleted file mode 100644
index 9d72206a5..000000000
--- a/babl/unscrew-destdir.diff
+++ /dev/null
@@ -1,58 +0,0 @@
---- babl-0.1.0.orig/extensions/Makefile.am 2009-04-17 12:05:15.000000000 -0500
-+++ babl-0.1.0/extensions/Makefile.am 2009-08-19 00:53:21.435970261 -0500
-@@ -1,7 +1,7 @@
- if OS_WIN32
- AM_LDFLAGS = -module -no-undefined
- else
--AM_LDFLAGS = -module
-+AM_LDFLAGS = -module -avoid-version
- endif
-
- noinst_HEADERS = util.h
-@@ -12,7 +12,7 @@
- -I$(top_srcdir)/babl \
- -I$(top_srcdir)/extensions
-
--extdir = $(DESTDIR)$(libdir)/babl-@BABL_API_VERSION@
-+extdir = $(libdir)/babl-@BABL_API_VERSION@
- ext_LTLIBRARIES = \
- CIE-Lab.la \
- gegl-fixups.la \
---- babl-0.1.0.orig/extensions/Makefile.in 2009-10-08 18:53:10.291822456 +0200
-+++ babl-0.1.0/extensions/Makefile.in 2009-10-08 19:00:41.271777227 +0200
-@@ -288,12 +288,12 @@
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-extLTLIBRARIES: $(ext_LTLIBRARIES)
- @$(NORMAL_INSTALL)
-- test -z "$(extdir)" || $(MKDIR_P) "$(DESTDIR)$(extdir)"
-+ test -z "$(extdir)" || $(MKDIR_P) "$(extdir)"
- @list='$(ext_LTLIBRARIES)'; for p in $$list; do \
- if test -f $$p; then \
- f=$(am__strip_dir) \
-- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(extLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(extdir)/$$f'"; \
-- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(extLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(extdir)/$$f"; \
-+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(extLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(extdir)/$$f'"; \
-+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(extLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(extdir)/$$f"; \
- else :; fi; \
- done
-
-@@ -301,8 +301,8 @@
- @$(NORMAL_UNINSTALL)
- @list='$(ext_LTLIBRARIES)'; for p in $$list; do \
- p=$(am__strip_dir) \
-- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(extdir)/$$p'"; \
-- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(extdir)/$$p"; \
-+ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(extdir)/$$p'"; \
-+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(extdir)/$$p"; \
- done
-
- clean-extLTLIBRARIES:
-@@ -453,7 +453,7 @@
- check: check-am
- all-am: Makefile $(LTLIBRARIES) $(HEADERS)
- installdirs:
-- for dir in "$(DESTDIR)$(extdir)"; do \
-+ for dir in "$(extdir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
- install: install-am

Generated by cgit