Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2001 13:11:09 -0500 (CDT)
From:      zdenko tomasic <zdenko@cs6669229-28.austin.rr.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30672: sdl11.m4 duplicate macro problem 
Message-ID:  <200109191811.f8JIB9650916@cs6669229-28.austin.rr.com>

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

>Number:         30672
>Category:       ports
>Synopsis:       /usr/local/share/aclocal/sdl11.m4 duplicate macro error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 19 11:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     zdenko tomasic
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cs6669229-28.austin.rr.com 4.3-RELEASE FreeBSD 4.3-RELEASE #3: Sun Sep 16 16:05:50 CDT 2001 root@cs6669229-28.austin.rr.com:/usr/obj/usr/src/sys/fbsd i386


	
>Description:
configure/aclocal trips over sdl11.m4 AM_PATH_SDL macro with
        
aclocal: /usr/local/share/aclocal/sdl11.m4: 11: duplicated macro `AM_PATH_SDL'

	
>How-To-Repeat:
(cd /usr/ports/audio/gdcd; make install)
	
>Fix:
quote AM_PATH_SDL macro with back quotes (`),  context diff patch:

---cut---
*** /usr/local/share/aclocal/sdl11.m4	Mon Sep 17 02:24:14 2001
--- /usr/local/share/aclocal/sdl11.m4-new	Mon Sep 17 02:32:47 2001
***************
*** 8,14 ****
  dnl AM_PATH_SDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
  dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
  dnl
! AC_DEFUN(AM_PATH_SDL,
  [dnl 
  dnl Get the cflags and libraries from the sdl-config script
  dnl
--- 8,14 ----
  dnl AM_PATH_SDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
  dnl Test for SDL, and define SDL_CFLAGS and SDL_LIBS
  dnl
! AC_DEFUN(`AM_PATH_SDL`,
  [dnl 
  dnl Get the cflags and libraries from the sdl-config script
  dnl
---cut---

	
>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?200109191811.f8JIB9650916>