ion-20010314 update

submitted by Brian Kifiak <bk@rt.fm>
This commit is contained in:
obecian 2001-03-15 10:09:26 +00:00
parent d31f8a6f5d
commit b99bfdbc8c
3 changed files with 20 additions and 12 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.3 2001/02/17 08:54:29 obecian Exp $
# $OpenBSD: Makefile,v 1.4 2001/03/15 10:09:26 obecian Exp $
DISTNAME= ion-20010216
DISTNAME= ion-20010314
HOMEPAGE= http://www.students.tut.fi/~tuomov/ion/
CATEGORIES= x11

View File

@ -1,3 +1,3 @@
MD5 (ion-20010216.tar.gz) = 5ae01e7ccb675193ead510a3db2e1a0d
RMD160 (ion-20010216.tar.gz) = d025c065cf7651b363b381304a71edb706c476ed
SHA1 (ion-20010216.tar.gz) = 6730c5e18f52baae450ace14eaab48db0f2667ec
MD5 (ion-20010314.tar.gz) = e6d637d458c89b777d1ee5e1c3b89f2f
RMD160 (ion-20010314.tar.gz) = 530b64709e64cd9837b4dc38e08780e90153a704
SHA1 (ion-20010314.tar.gz) = f25cd3217a85fe8ca542ec1d2bb02ffea1b1e1e9

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-system_mk,v 1.1.1.1 2001/01/02 14:50:35 naddy Exp $
--- system.mk.orig Thu Dec 28 14:42:07 2000
+++ system.mk Sat Dec 30 21:33:08 2000
$OpenBSD: patch-system_mk,v 1.2 2001/03/15 10:09:26 obecian Exp $
--- system.mk.orig Mon Mar 5 08:16:01 2001
+++ system.mk Wed Mar 14 03:01:40 2001
@@ -7,13 +7,14 @@
## Installation paths
##
@ -19,7 +19,15 @@ $OpenBSD: patch-system_mk,v 1.1.1.1 2001/01/02 14:50:35 naddy Exp $
# Not used
INCDIR=$(PREFIX)/include
LIBDIR=$(PREFIX)/lib
@@ -23,7 +24,7 @@ LIBDIR=$(PREFIX)/lib
@@ -24,14 +25,14 @@
##
#MODULE_SUPPORT=-DCF_NO_MODULE_SUPPORT
-MODULE_SUPPORT_LDFLAGS=-export-dynamic -ldl
+MODULE_SUPPORT_LDFLAGS=
##
## X libraries, includes and options
##
@ -28,7 +36,7 @@ $OpenBSD: patch-system_mk,v 1.1.1.1 2001/01/02 14:50:35 naddy Exp $
# SunOS/Solaris
#X11_PREFIX=/usr/openwin
@@ -44,14 +45,14 @@ X11_DEFINES=
@@ -52,14 +53,14 @@
# asprintf and vasprintf in the c library. (gnu libc has.)
# If HAS_SYSTEM_ASPRINTF is not defined, an implementation
# in sprintf_2.2/ is used.
@ -45,7 +53,7 @@ $OpenBSD: patch-system_mk,v 1.1.1.1 2001/01/02 14:50:35 naddy Exp $
# The POSIX_SOURCE, XOPEN_SOURCE and WARN options should not be necessary,
# they're mainly for development use. So, if they cause trouble (not
@@ -60,7 +61,7 @@ CC=gcc
@@ -68,7 +69,7 @@
# libtu/ uses POSIX_SOURCE
@ -54,7 +62,7 @@ $OpenBSD: patch-system_mk,v 1.1.1.1 2001/01/02 14:50:35 naddy Exp $
# and . (ion) XOPEN_SOURCE.
# There is variation among systems what should be used and how they interpret
@@ -73,13 +74,13 @@ POSIX_SOURCE=-ansi -D_POSIX_SOURCE
@@ -81,13 +82,13 @@
# Same as '-Wall -pedantic-errors' without '-Wunused' as callbacks often
# have unused variables.