1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Update to 1.1.

This commit is contained in:
Joe Marcus Clarke 2004-01-17 07:47:14 +00:00
parent db3bca7b78
commit c2a3ee282a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98376
4 changed files with 22 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= mplayerplug-in
PORTVERSION= 1.0
PORTVERSION= 1.1
CATEGORIES= www multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mplayerplug-in

View File

@ -1 +1 @@
MD5 (mplayerplug-in-1.0.tar.gz) = 35b4c1146549fd516bf3bd042708a6f6
MD5 (mplayerplug-in-1.1.tar.gz) = eeadac900c2a11792bbe2a7e2e33e8f9

View File

@ -1,20 +1,20 @@
--- Makefile.in.orig Sat Nov 15 23:40:13 2003
+++ Makefile.in Thu Dec 25 00:33:26 2003
--- Makefile.in.orig Mon Jan 12 16:51:32 2004
+++ Makefile.in Sat Jan 17 02:36:27 2004
@@ -14,7 +14,7 @@
CC= @CC@
OPTIMIZER= -g
-CFLAGS= @CFLAGS@ -DXP_UNIX -Iinclude -fPIC
+CFLAGS= @CFLAGS@ @CPPFLAGS@ -DXP_UNIX -Iinclude -fPIC
LDFLAGS= @LIBS@
OBJ= mplayerplug-in.o support.o stubs.o ui.o
INSTALL = @INSTALL@ -d
@@ -23,7 +23,7 @@
-CFLAGS= @CFLAGS@ -DXP_UNIX -Iinclude -fPIC @X_CFLAGS@
+CFLAGS= @CFLAGS@ @CPPFLAGS@ -DXP_UNIX -Iinclude -fPIC @X_CFLAGS@
LDFLAGS= @LIBS@ @X_LIBS@
LIBOBJS= @LIBOBJS@
OBJ= mplayerplug-in.o support.o stubs.o ui.o $(LIBOBJS)
@@ -27,7 +27,7 @@
default all: $(SHAREDTARGET)
$(SHAREDTARGET): $(OBJ)
- $(CC) -shared -o $(SHAREDTARGET) $(OBJ) $(LDFLAGS)
+ $(CC) -shared -lXt -o $(SHAREDTARGET) $(OBJ) $(LDFLAGS) @LDFLAGS@
mplayerplug-in.o: Source/mplayerplug-in.c Source/mplayerplug-in.h config.h
mplayerplug-in.o: Source/mplayerplug-in.c $(HEADERS)
$(CC) -c $(CFLAGS) Source/mplayerplug-in.c

View File

@ -0,0 +1,11 @@
--- configure.orig Sat Jan 17 02:41:52 2004
+++ configure Sat Jan 17 02:44:10 2004
@@ -4909,7 +4909,7 @@
if test $ac_cv_func_lstat_dereferences_slashed_symlink = no; then
- LIBOBJS="$LIBOBJS lstat.$ac_objext"
+ LIBOBJS="$LIBOBJS"
fi
echo "$as_me:$LINENO: checking whether stat accepts an empty string" >&5