c480039af9
- sdl-config no longer provides -I${LOCALBASE}/include. - add an `aa' flavor (ASCII art display). - GNU make is not needed. - don't use nasm with gcc 3. - don't install a SEGV handler. - prevent the joystick driver from picking up usb keyboards. ok pvalchev@
13 lines
551 B
Plaintext
13 lines
551 B
Plaintext
$OpenBSD: patch-src_Makefile_in,v 1.5 2002/11/30 11:17:26 wcobb Exp $
|
|
--- src/Makefile.in.orig Sun Oct 6 17:34:55 2002
|
|
+++ src/Makefile.in Fri Nov 1 21:54:11 2002
|
|
@@ -135,7 +135,7 @@ DIST_SUBDIRS = $(CORE_SUBDIRS) $(EXTRA_S
|
|
lib_LTLIBRARIES = libSDL.la
|
|
|
|
libSDL_la_SOURCES = $(GENERAL_SRCS)
|
|
-libSDL_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
+libSDL_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
|
|
libSDL_la_LIBADD = main/libarch.la @SDL_EXTRALIBS@ @SYSTEM_LIBS@
|
|
|