|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
#
|
|
# Filename: package/.../libuev/hotfix.patch
|
|
# Copyright (C) 2015 The OpenSDE Project
|
|
#
|
|
# More information can be found in the files COPYING and README.
|
|
#
|
|
# This patch file is dual-licensed. It is available under the license the
|
|
# patched project is licensed under, as long as it is an OpenSource license
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
# of the GNU General Public License as published by the Free Software
|
|
# Foundation; either version 2 of the License, or (at your option) any later
|
|
# version.
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
--- ./Makefile.orig 2015-02-15 18:30:30.000000000 +0100
|
|
+++ ./Makefile 2015-02-15 21:12:03.081389097 +0100
|
|
@@ -46,7 +46,7 @@
|
|
libdir ?= $(prefix)/lib
|
|
datadir ?= $(prefix)/share/doc/$(LIBNAME)
|
|
incdir ?= $(prefix)/include
|
|
-DISTFILES = README CHANGELOG TODO LICENSE test.c
|
|
+DISTFILES = README CHANGELOG TODO LICENSE
|
|
HEADER = uev.h
|
|
|
|
OBJS := uev.o io.o timer.o signal.o
|