mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
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
20 lines
475 B
Text
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)
|