mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
a766e89b2b
daSDL is a set of Ada (programming language) bindings, ports, and some original applications based on SDL (Simple DirectMedia Library - http://www.libsdl.org) WWW: http://adasdl.sourceforge.net/ PR: ports/46442 Submitted by: David Holm <david@realityrift.com>
10 lines
441 B
Plaintext
10 lines
441 B
Plaintext
--- AdaSDL/make.conf_x11.orig Wed Apr 11 03:22:12 2001
|
|
+++ AdaSDL/make.conf_x11 Sat Dec 21 02:23:24 2002
|
|
@@ -1,5 +1,5 @@
|
|
#LIBS= -L/usr/lib -L/usr/local/lib ~/lib -Wl,-rpath,. -lSDL -lpthread -L/usr/lib -lGL -lGLU
|
|
-LIBS= -L/usr/lib -L/usr/local/lib -L~/lib -lSDL -lpthread -lGL -lGLU
|
|
+LIBS= -L/usr/lib -L${LOCALBASE}/lib -L${X11BASE}/lib -L~/lib -lSDL-1.1 -pthread -lGL -lGLU
|
|
GNATHTML=/usr/local/bin/gnathtml.pl
|
|
PERL=/usr/bin/perl
|
|
EXE=
|