mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
cdf53fbe51
While I am here, do some clean up: 1) Added RESTRICTED tag, for codec LEGAL status is unsure 2) Added ${PKGMESSAGE} regarding kernel USE_LDT 3) Upheld the "only under ${WRKDIR}" rule Approved by: maintainer <holger@eit.uni-kl.de> PR: 21663
12 lines
535 B
Plaintext
12 lines
535 B
Plaintext
--- xmps-avi-plugin/Makefile.in.orig Fri Oct 6 13:05:55 2000
|
|
+++ xmps-avi-plugin/Makefile.in Fri Oct 6 13:06:22 2000
|
|
@@ -1,6 +1,6 @@
|
|
-LIBS = -lstdc++ -L../lib -L@libdir@ -laviplay -lpthread @XMPS_LIBS@
|
|
+LIBS = -lstdc++ -L../lib -L@libdir@ -laviplay -lpthread @XMPS_LIBS@ @SDL_LIBS@
|
|
|
|
-INCLUDES = -I. -I../include -I@includedir@/avifile @XMPS_CFLAGS@
|
|
+INCLUDES = -I. -I../include -I@includedir@/avifile @XMPS_CFLAGS@ @SDL_CFLAGS@
|
|
|
|
all: avi_configure.o avi_codec.o
|
|
$(CC) -shared avi_configure.o avi_codec.o $(LIBS) -o libavi.so
|