ports/multimedia/mplayer/files/patch-libdha::Makefile
Mario Sergio Fujikawa Ferreira 85f075a67c o Rewrite of the Makefile in a way similar to mail/mutt-devel: all
WITH* knobs are now explained within the Makefile
o Fix PKGNAMESUFFIX
o configure script depends unconditionally on esound if it is
  available: depend on esound as well if available
o Enable VIDIX again due to users report that it works though needs
  root permissions
o Update PLIST due to VIDIX
o Bump PORTREVISION

PR:		47781
Submitted by:	maintainer
2003-02-03 05:06:23 +00:00

20 lines
475 B
Text

--- libdha/Makefile.orig Sun Dec 22 01:49:52 2002
+++ libdha/Makefile Sat Feb 1 12:10:47 2003
@@ -4,8 +4,6 @@
MAJOR_VERSION = 0
MINOR_VERSION = 1
-VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
-
ifeq ($(TARGET_OS),CYGWIN)
SHORTNAME = libdha.dll
@@ -15,7 +13,7 @@
#SHORTNAME = libdha.so
VSHORTNAME = libdha.so
endif
-LIBNAME = libdha.so.$(VERSION)
+LIBNAME = libdha-$(MAJOR_VERSION).so.$(MINOR_VERSION)
SRCS=libdha.c mtrr.c pci.c pci_names.c
OBJS=$(SRCS:.c=.o)