Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2002 22:18:44 +0200 (CEST)
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/40506: update-port: graphics/xawtv
Message-ID:  <200207122018.g6CKIiB2044175@kartoffel.salatschuessel.net>

next in thread | raw e-mail | index | archive | help

>Number:         40506
>Category:       ports
>Synopsis:       update-port: graphics/xawtv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 12 13:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD kartoffel.salatschuessel.net 4.6-STABLE FreeBSD 4.6-STABLE #2: Wed Jul 10 21:57:02 CEST 2002 olivleh1@nudel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386


>Description:
	fix build for 5-CURRENT (my last try on a 26.06.02 build works w/o the
	patch, but i killed my 5 system. So i can't test the patch on an 
	actuall 5 system)

	thanks to Simon 'corecode' Schubert for the patch
>How-To-Repeat:
	
>Fix:

--- xawtv.patch begins here ---
diff -ruN xawtv.old/files/patch-debug::Subdir.mk /usr/ports/graphics/xawtv/files/patch-debug::Subdir.mk
--- xawtv.old/files/patch-debug::Subdir.mk	Fri Jul 12 22:05:06 2002
+++ /usr/ports/graphics/xawtv/files/patch-debug::Subdir.mk	Fri Jul 12 22:08:13 2002
@@ -6,7 +6,7 @@
  
 -debug/gl     : LDLIBS  := $(THREADLIB) $(MOTIF_LIBS) -lGLU -lGL -ljpeg -lm
 -debug/hwscan : LDLIBS  := $(ALSA_LIBS) -ljpeg
-+debug/gl     : LDLIBS  := $(THREADLIB) $(MOTIF_LIBS) -L%%LOCALBASE%%/lib -lGLU -lGL -ljpeg -lm
++debug/gl     : LDLIBS  := $(THREADLIB) $(MOTIF_LIBS) -L%%LOCALBASE%%/lib -lstdc++ -lGLU -lGL -ljpeg -lm
 +debug/hwscan : LDLIBS  := $(ALSA_LIBS) -L%%LOCALBASE%%/lib -ljpeg
  debug/xvideo : LDLIBS  := $(ATHENA_LIBS)
  
--- xawtv.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207122018.g6CKIiB2044175>