diff options
Diffstat (limited to 'net/spserver/files/patch-Makefile')
| -rw-r--r-- | net/spserver/files/patch-Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/spserver/files/patch-Makefile b/net/spserver/files/patch-Makefile new file mode 100644 index 000000000000..033e4358d717 --- /dev/null +++ b/net/spserver/files/patch-Makefile @@ -0,0 +1,17 @@ +--- Makefile.orig Mon Jun 18 12:27:34 2007 ++++ Makefile Mon Jun 18 12:28:01 2007 +@@ -15,11 +15,11 @@ + version = 0.4 + endif + +-LIBEVENT_INCL = -I../libevent/ +-LIBEVENT_LIB = -L../libevent -levent ++LIBEVENT_INCL = -I%PREFIX%/include ++LIBEVENT_LIB = -L%PREFIX%/lib -levent + + CFLAGS += $(LIBEVENT_INCL) +-LDFLAGS += $(LIBEVENT_LIB) -lpthread -lresolv ++LDFLAGS += $(LIBEVENT_LIB) -lpthread + + #-------------------------------------------------------------------- + |
